mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-12 13:17:58 +03:00
Spell TIOCSCTTY right in the error message
This commit is contained in:
parent
4abcf04e7c
commit
b43e6662df
@ -281,7 +281,7 @@ static int lxcContainerSetupFDs(int *ttyfd,
|
||||
|
||||
if (ioctl(*ttyfd, TIOCSCTTY, NULL) < 0) {
|
||||
virReportSystemError(errno, "%s",
|
||||
_("ioctl(TIOCSTTY) failed"));
|
||||
_("ioctl(TIOCSCTTY) failed"));
|
||||
goto cleanup;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user