Commit 2ed2e5ff by Josh Soref

spelling: could

Signed-off-by: 's avatarJosh Soref <jsoref@gmail.com>
parent 46b3a2f6
...@@ -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