diff options
author | Ruediger Meier | 2016-11-01 19:40:33 +0100 |
---|---|---|
committer | Ruediger Meier | 2016-11-30 14:56:50 +0100 |
commit | 223939d95b086ee56b780e34d7abf1fe59afbeb2 (patch) | |
tree | c06939326c2a94e913322615c06ee5b13778e53c /libfdisk | |
parent | tests: update sfdisk output (diff) | |
download | kernel-qcow2-util-linux-223939d95b086ee56b780e34d7abf1fe59afbeb2.tar.gz kernel-qcow2-util-linux-223939d95b086ee56b780e34d7abf1fe59afbeb2.tar.xz kernel-qcow2-util-linux-223939d95b086ee56b780e34d7abf1fe59afbeb2.zip |
misc: spelling, always use "cannot" instead of "can not"
Just to be consistent ...
Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
Diffstat (limited to 'libfdisk')
-rw-r--r-- | libfdisk/src/dos.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libfdisk/src/dos.c b/libfdisk/src/dos.c index 5ea56c2ed..b2c6a58eb 100644 --- a/libfdisk/src/dos.c +++ b/libfdisk/src/dos.c @@ -346,7 +346,7 @@ static void dos_init(struct fdisk_context *cxt) | SIZE_SUFFIX_3LETTER, bytes); fdisk_warnx(cxt, _("The size of this disk is %s (%ju bytes). DOS " - "partition table format can not be used on drives for " + "partition table format cannot be used on drives for " "volumes larger than %lu bytes for %lu-byte " "sectors. Use GUID partition table format (GPT)."), szstr, bytes, |