Unverified Commit 62a8307a by Josh Soref Committed by Christian Brauner

spelling: successfully

Signed-off-by: 's avatarJosh Soref <jsoref@gmail.com>
parent 69463317
...@@ -238,7 +238,7 @@ int main(int argc, char *argv[]) ...@@ -238,7 +238,7 @@ int main(int argc, char *argv[])
/* Test whether we can start a really short-lived daemonized container with lxc-init. */ /* Test whether we can start a really short-lived daemonized container with lxc-init. */
for (i = 0; i < 10; i++) { for (i = 0; i < 10; i++) {
/* An container started with lxc-init will always start /* An container started with lxc-init will always start
* succesfully unless lxc-init has a bug. * successfully unless lxc-init has a bug.
*/ */
if (!c->startl(c, 1, NULL)) { if (!c->startl(c, 1, NULL)) {
fprintf(stderr, "%d: %s failed to start on %dth iteration\n", __LINE__, c->name, i); fprintf(stderr, "%d: %s failed to start on %dth iteration\n", __LINE__, c->name, i);
......
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