[CRIU] [PATCH] mount: Fix spelling error in a error message

Andrey Vagin avagin at gmail.com
Fri Dec 25 06:20:43 PST 2015


From: Andrey Vagin <avagin at openvz.org>

Signed-off-by: Andrey Vagin <avagin at openvz.org>
---
 mount.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mount.c b/mount.c
index 7c42608..291c5d1 100644
--- a/mount.c
+++ b/mount.c
@@ -2152,7 +2152,7 @@ static int propagate_mount(struct mount_info *mi)
 
 		list_for_each_entry(c, &t->children, siblings) {
 			if (mounts_equal(mi, c, false)) {
-				pr_debug("\t\tPropogate %s\n", c->mountpoint);
+				pr_debug("\t\tPropagate %s\n", c->mountpoint);
 				c->mounted = true;
 				propagate_siblings(c);
 				umount_from_slaves(c);
-- 
2.4.3



More information about the CRIU mailing list