From d60299c3ecd200e6545606c18bd8922e88bb3a45 Mon Sep 17 00:00:00 2001 From: "Serge E. Hallyn" Date: Wed, 12 Oct 2011 21:32:03 -0500 Subject: [PATCH] Fix typo in lxc_controller s/Mouting/Mounting. Signed-off-by: Serge Hallyn --- src/lxc/lxc_controller.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lxc/lxc_controller.c b/src/lxc/lxc_controller.c index 51488e755c..89ce7f54a4 100644 --- a/src/lxc/lxc_controller.c +++ b/src/lxc/lxc_controller.c @@ -877,7 +877,7 @@ lxcControllerRun(virDomainDefPtr def, goto cleanup; } - VIR_DEBUG("Mouting 'devpts' on %s", devpts); + VIR_DEBUG("Mounting 'devpts' on %s", devpts); if (mount("devpts", devpts, "devpts", 0, "newinstance,ptmxmode=0666,mode=0620,gid=5") < 0) { virReportSystemError(errno,