projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c7c63b
)
fdisk: typo fix
author
Denys Vlasenko
<vda.linux@googlemail.com>
Thu, 10 Aug 2017 13:12:11 +0000
(15:12 +0200)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Thu, 10 Aug 2017 13:12:11 +0000
(15:12 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
util-linux/fdisk.c
patch
|
blob
|
history
diff --git
a/util-linux/fdisk.c
b/util-linux/fdisk.c
index 4828c0a510feea2414d7520ea786b5098780b084..c4318b6c4131a84c9efbae34d63899403b388cbc 100644
(file)
--- 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");
+ "compatib
i
lity");
}
update_units();
break;