commit | c52dc0e83699cd8378740ef8f32a063a9c24fa51 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Thu Aug 10 15:12:11 2017 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Thu Aug 10 15:12:11 2017 +0200 |
tree | 11e14bce2651267241ebdeab77acfa48433b5b3d | |
parent | 9c7c63b5c2fb35ba0fcc7d24fdc78c156204d51a [diff] |
fdisk: typo fix Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/util-linux/fdisk.c b/util-linux/fdisk.c index 4828c0a..c4318b6 100644 --- a/util-linux/fdisk.c +++ b/util-linux/fdisk.c
@@ -2848,7 +2848,7 @@ if (dos_compatible_flag) { sector_offset = g_sectors; puts("Warning: setting sector offset for DOS " - "compatiblity"); + "compatibility"); } update_units(); break;