From 9e93004171eb0c4c288051b2d7bb37f97a0ae430 Mon Sep 17 00:00:00 2001 From: Sebastian Rasmussen Date: Sun, 29 May 2016 23:11:53 +0200 Subject: misc: Fix various typos Fix various typos in error messages, warnings, debug strings, comments and names of static functions. Signed-off-by: Sebastian Rasmussen --- disk-utils/fsck.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'disk-utils/fsck.c') diff --git a/disk-utils/fsck.c b/disk-utils/fsck.c index 84d2dcc3d..eede03810 100644 --- a/disk-utils/fsck.c +++ b/disk-utils/fsck.c @@ -89,7 +89,7 @@ static const char *really_wanted[] = { }; /* - * Internal structure for mount tabel entries. + * Internal structure for mount table entries. */ struct fsck_fs_data { @@ -490,7 +490,7 @@ static void load_fs_info(void) errno = 0; /* - * Let's follow libmount defauls if $FSTAB_FILE is not specified + * Let's follow libmount defaults if $FSTAB_FILE is not specified */ path = getenv("FSTAB_FILE"); @@ -1279,7 +1279,7 @@ static int check_all(void) /* * This is for the bone-headed user who enters the root - * filesystem twice. Skip root will skep all root entries. + * filesystem twice. Skip root will skip all root entries. */ if (skip_root) { mnt_reset_iter(itr, MNT_ITER_FORWARD); -- cgit v1.2.3-55-g7522