From: Josh Soref Date: Tue, 30 Oct 2018 08:12:07 +0000 (+0000) Subject: spelling: successfully X-Git-Tag: lxc-4.0.0~372^2~5 X-Git-Url: https://git.proxmox.com/?p=mirror_lxc.git;a=commitdiff_plain;h=59d8d30d9c3de6865d3a4852512bee21a6359c0a spelling: successfully Signed-off-by: Josh Soref --- diff --git a/src/tests/shortlived.c b/src/tests/shortlived.c index da2f04f76..5c3d27548 100644 --- a/src/tests/shortlived.c +++ b/src/tests/shortlived.c @@ -238,7 +238,7 @@ int main(int argc, char *argv[]) /* Test whether we can start a really short-lived daemonized container with lxc-init. */ for (i = 0; i < 10; i++) { /* 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)) { fprintf(stderr, "%d: %s failed to start on %dth iteration\n", __LINE__, c->name, i);