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 --- libmount/src/fs.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libmount/src/fs.c') diff --git a/libmount/src/fs.c b/libmount/src/fs.c index a801d8c1d..def32253c 100644 --- a/libmount/src/fs.c +++ b/libmount/src/fs.c @@ -416,8 +416,8 @@ int mnt_fs_set_source(struct libmnt_fs *fs, const char *source) * @fs: fs * @path: source path * - * Compares @fs source path with @path. The redundant slashs are ignored. - * This function compares strings and does not cannonicalize the paths. + * Compares @fs source path with @path. The redundant slashes are ignored. + * This function compares strings and does not canonicalize the paths. * See also more heavy and generic mnt_fs_match_source(). * * Returns: 1 if @fs source path equal to @path, otherwise 0. @@ -445,8 +445,8 @@ int mnt_fs_streq_srcpath(struct libmnt_fs *fs, const char *path) * @fs: fs * @path: mount point * - * Compares @fs target path with @path. The redundant slashs are ignored. - * This function compares strings and does not cannonicalize the paths. + * Compares @fs target path with @path. The redundant slashes are ignored. + * This function compares strings and does not canonicalize the paths. * See also more generic mnt_fs_match_target(). * * Returns: 1 if @fs target path equal to @path, otherwise 0. -- cgit v1.2.3-55-g7522