]> xenbits.xensource.com Git - libvirt.git/commitdiff
Fix typo in lxc_controller
authorSerge E. Hallyn <serge.hallyn@canonical.com>
Thu, 13 Oct 2011 02:32:03 +0000 (21:32 -0500)
committerEric Blake <eblake@redhat.com>
Thu, 13 Oct 2011 15:44:17 +0000 (09:44 -0600)
s/Mouting/Mounting.

Signed-off-by: Serge Hallyn <serge.hallyn@canonical.com>
src/lxc/lxc_controller.c

index 51488e755c2a7cae7cef022fdd9b68e273831e16..89ce7f54a443a012db2f3443b7443b38dcaa7baa 100644 (file)
@@ -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,