From 73afd3f8e8793844e8e53f69d819ca740cdfc889 Mon Sep 17 00:00:00 2001 From: Ruediger Meier Date: Thu, 15 Feb 2018 22:02:18 +0100 Subject: misc: fix typos using codespell Some more funny typos, please review carefully. Signed-off-by: Ruediger Meier --- disk-utils/fdisk-menu.c | 2 +- disk-utils/fsck.cramfs.c | 2 +- disk-utils/mkfs.cramfs.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'disk-utils') diff --git a/disk-utils/fdisk-menu.c b/disk-utils/fdisk-menu.c index b8a2e6003..b2cb0d7cb 100644 --- a/disk-utils/fdisk-menu.c +++ b/disk-utils/fdisk-menu.c @@ -1006,7 +1006,7 @@ static int bsd_menu_cb(struct fdisk_context **cxt0, /* C/H/S commands * - * The geometry setting from this dialog is not persistent and maybe reseted by + * The geometry setting from this dialog is not persistent and maybe reset by * fdisk_reset_device_properties() (for example when you create a new disk * label). Note that on command line specified -C/-H/-S setting is persistent * as it's based on fdisk_save_user_geometry(). diff --git a/disk-utils/fsck.cramfs.c b/disk-utils/fsck.cramfs.c index 2a4f75a8c..0d9bdadf7 100644 --- a/disk-utils/fsck.cramfs.c +++ b/disk-utils/fsck.cramfs.c @@ -47,7 +47,7 @@ /* We don't use our include/crc32.h, but crc32 from zlib! * - * The zlib implemenation performs pre/post-conditioning. The util-linux + * The zlib implementation performs pre/post-conditioning. The util-linux * imlemenation requires post-conditioning (xor) in the applications. */ #include diff --git a/disk-utils/mkfs.cramfs.c b/disk-utils/mkfs.cramfs.c index 729765078..7104d50af 100644 --- a/disk-utils/mkfs.cramfs.c +++ b/disk-utils/mkfs.cramfs.c @@ -39,7 +39,7 @@ /* We don't use our include/crc32.h, but crc32 from zlib! * - * The zlib implemenation performs pre/post-conditioning. The util-linux + * The zlib implementation performs pre/post-conditioning. The util-linux * imlemenation requires post-conditioning (xor) in the applications. */ #include -- cgit v1.2.3-55-g7522