Fix typo in lxc_controller

s/Mouting/Mounting.

Signed-off-by: Serge Hallyn <serge.hallyn@canonical.com>
This commit is contained in:
Serge E. Hallyn 2011-10-12 21:32:03 -05:00 committed by Eric Blake
parent df92bab4a8
commit d60299c3ec

View 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,