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-c52dc0e83699cd8378740ef8f32a063a9c24fa51.tar.gz |
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) if (dos_compatible_flag) { sector_offset = g_sectors; puts("Warning: setting sector offset for DOS " - "compatiblity"); + "compatibility"); } update_units(); break; |