提交 b43e6662 编写于 作者: J Ján Tomko

Spell TIOCSCTTY right in the error message

上级 4abcf04e
...@@ -281,7 +281,7 @@ static int lxcContainerSetupFDs(int *ttyfd, ...@@ -281,7 +281,7 @@ static int lxcContainerSetupFDs(int *ttyfd,
if (ioctl(*ttyfd, TIOCSCTTY, NULL) < 0) { if (ioctl(*ttyfd, TIOCSCTTY, NULL) < 0) {
virReportSystemError(errno, "%s", virReportSystemError(errno, "%s",
_("ioctl(TIOCSTTY) failed")); _("ioctl(TIOCSCTTY) failed"));
goto cleanup; goto cleanup;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册