提交 d60299c3 编写于 作者: S Serge E. Hallyn 提交者: Eric Blake

Fix typo in lxc_controller

s/Mouting/Mounting.
Signed-off-by: NSerge Hallyn <serge.hallyn@canonical.com>
上级 df92bab4
无相关合并请求
......@@ -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,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
反馈
建议
客服 返回
顶部