Unverified Commit 83dc77ef by Josh Soref Committed by Christian Brauner

spelling: could

Signed-off-by: 's avatarJosh Soref <jsoref@gmail.com>
parent 97b4e0ee
...@@ -147,7 +147,7 @@ int main(int argc, char *argv[]) ...@@ -147,7 +147,7 @@ int main(int argc, char *argv[])
sprintf(buf, "0"); sprintf(buf, "0");
b = c->set_cgroup_item(c, "cpuset.cpus", buf); b = c->set_cgroup_item(c, "cpuset.cpus", buf);
if (b) { 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; goto out;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment