From 8c7477c4810c2a233ee9f3b8bd702a46178c00cb Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Thu, 4 Aug 2011 15:34:07 +0100 Subject: [PATCH] Fix typo in LXC cgroups setup error message * src/lxc/lxc_controller.c: s/PYT/PTY/ --- src/lxc/lxc_controller.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lxc/lxc_controller.c b/src/lxc/lxc_controller.c index bc5ee2524d..8848ae2058 100644 --- a/src/lxc/lxc_controller.c +++ b/src/lxc/lxc_controller.c @@ -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; } -- GitLab