From 7007991f6f49ede6a2b622e0c6cbad0579df5ea2 Mon Sep 17 00:00:00 2001 From: Bernhard Voelker Date: Wed, 27 Jun 2012 15:23:05 +0200 Subject: docs: fix typos found by misspellings The tool misspellings (https://github.com/lyda/misspell-check) detected several typos. Command used: $ git ls-files | grep -v ^po/ | misspellings -f - * Documentation/releases/v2.18-ReleaseNotes: Fix typo in news entry. * NEWS: Likewise. * config/texinfo.tex: Fix typo in comments. * libmount/src/context.c: Fix typo in comment. * libmount/src/fs.c: Likewise. * login-utils/login.c: Likewise. * login-utils.su.1: Fix typo in man page. * sys-utils/chcpu.c: Fix typo in error message. Signed-off-by: Bernhard Voelker --- libmount/src/fs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmount/src/fs.c') diff --git a/libmount/src/fs.c b/libmount/src/fs.c index ff930806f..c3b0cb2a0 100644 --- a/libmount/src/fs.c +++ b/libmount/src/fs.c @@ -873,7 +873,7 @@ const char *mnt_fs_get_attributes(struct libmnt_fs *fs) * * The atrtributes are managed by libmount in userspace only. It's possible * that information stored in userspace will not be available for libmount - * after CLONE_FS unshare. Be carefull, and don't use attributes if possible. + * after CLONE_FS unshare. Be careful, and don't use attributes if possible. * * Returns: 0 on success or negative number in case of error. */ -- cgit v1.2.3-55-g7522