Fix typo in LXC cgroups setup error message

* src/lxc/lxc_controller.c: s/PYT/PTY/
This commit is contained in:
Daniel P. Berrange 2011-08-04 15:34:07 +01:00
parent 77791dc0e1
commit 8c7477c481

View File

@ -209,7 +209,7 @@ static int lxcSetContainerResources(virDomainDefPtr def)
VIR_CGROUP_DEVICE_RWM);
if (rc != 0) {
virReportSystemError(-rc,
_("Unable to allow PYT devices for domain %s"),
_("Unable to allow PTY devices for domain %s"),
def->name);
goto cleanup;
}