From 58c41e15b360eb6c873818150e68c900927b62cf Mon Sep 17 00:00:00 2001 From: Ville Skyttä Date: Sun, 7 Apr 2013 11:12:07 +0300 Subject: Spelling fixes. Signed-off-by: Ville Skyttä --- libmount/src/context_mount.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libmount/src/context_mount.c') diff --git a/libmount/src/context_mount.c b/libmount/src/context_mount.c index 3b280ab9b..d28736126 100644 --- a/libmount/src/context_mount.c +++ b/libmount/src/context_mount.c @@ -24,7 +24,7 @@ /* * Kernel supports only one MS_PROPAGATION flag change by one mount(2) syscall, - * to bypass this restriction we call mount(2) per flag. It's realy not a perfect + * to bypass this restriction we call mount(2) per flag. It's really not a perfect * solution, but it's the same like to execute multiple mount(8) commands. * * We use cxt->addmounts (additional mounts) list to keep order of the requested @@ -865,7 +865,7 @@ int mnt_context_do_mount(struct libmnt_context *cxt) type = mnt_fs_get_fstype(cxt->fs); if (type) { if (strchr(type, ',')) - /* this only happen if fstab countains list of filesystems */ + /* this only happens if fstab contains list of filesystems */ res = do_mount_by_pattern(cxt, type); else res = do_mount(cxt, NULL); -- cgit v1.2.3-55-g7522