From: Serge E. Hallyn Date: Thu, 13 Oct 2011 02:32:03 +0000 (-0500) Subject: Fix typo in lxc_controller X-Git-Tag: v0.9.7-rc1~119 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d60299c3ecd200e6545606c18bd8922e88bb3a45;p=thirdparty%2Flibvirt.git Fix typo in lxc_controller s/Mouting/Mounting. Signed-off-by: Serge Hallyn --- 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,