]> xenbits.xensource.com Git - libvirt.git/commitdiff
Fix typo in LXC cgroups setup error message
authorDaniel P. Berrange <berrange@redhat.com>
Thu, 4 Aug 2011 14:34:07 +0000 (15:34 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Mon, 8 Aug 2011 10:38:09 +0000 (11:38 +0100)
* src/lxc/lxc_controller.c: s/PYT/PTY/

src/lxc/lxc_controller.c

index bc5ee2524dc33cd93e812f661206d680cfc87ea0..8848ae2058d6e1c38d1cf5ab70c1b7d537004af5 100644 (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;
     }