]> git.proxmox.com Git - mirror_lxc.git/commitdiff
spelling: could
authorJosh Soref <jsoref@users.noreply.github.com>
Tue, 30 Oct 2018 06:54:56 +0000 (06:54 +0000)
committerJosh Soref <jsoref@users.noreply.github.com>
Tue, 30 Oct 2018 06:54:56 +0000 (06:54 +0000)
Signed-off-by: Josh Soref <jsoref@gmail.com>
src/tests/startone.c

index 86cdf4d5864cd36d49ebfcd6c96878ae03646dee..a69c3c9ea61b6ada56d3f9293de0602cac5fdbaa 100644 (file)
@@ -147,7 +147,7 @@ int main(int argc, char *argv[])
        sprintf(buf, "0");
        b = c->set_cgroup_item(c, "cpuset.cpus", buf);
        if (b) {
-               fprintf(stderr, "%d: %s not running but coudl set cgroup settings\n", __LINE__, MYNAME);
+               fprintf(stderr, "%d: %s not running but could set cgroup settings\n", __LINE__, MYNAME);
                goto out;
        }