diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-08-10 15:12:11 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-08-10 15:12:11 +0200 |
commit | c52dc0e83699cd8378740ef8f32a063a9c24fa51 (patch) | |
tree | 11e14bce2651267241ebdeab77acfa48433b5b3d | |
parent | 9c7c63b5c2fb35ba0fcc7d24fdc78c156204d51a (diff) | |
download | busybox-w32-c52dc0e83699cd8378740ef8f32a063a9c24fa51.tar.gz busybox-w32-c52dc0e83699cd8378740ef8f32a063a9c24fa51.tar.bz2 busybox-w32-c52dc0e83699cd8378740ef8f32a063a9c24fa51.zip |
fdisk: typo fix
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | util-linux/fdisk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/fdisk.c b/util-linux/fdisk.c index 4828c0a51..c4318b6c4 100644 --- a/util-linux/fdisk.c +++ b/util-linux/fdisk.c | |||
@@ -2848,7 +2848,7 @@ xselect(void) | |||
2848 | if (dos_compatible_flag) { | 2848 | if (dos_compatible_flag) { |
2849 | sector_offset = g_sectors; | 2849 | sector_offset = g_sectors; |
2850 | puts("Warning: setting sector offset for DOS " | 2850 | puts("Warning: setting sector offset for DOS " |
2851 | "compatiblity"); | 2851 | "compatibility"); |
2852 | } | 2852 | } |
2853 | update_units(); | 2853 | update_units(); |
2854 | break; | 2854 | break; |