Skip to content

Commit

Permalink
spelling: exiting
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <jsoref@gmail.com>
  • Loading branch information
jsoref authored and Christian Brauner committed Nov 22, 2018
1 parent ece0b43 commit 55d1c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lxc/cmd/lxc_monitord.c
Expand Up @@ -458,7 +458,7 @@ int main(int argc, char *argv[])
}

if (quit == LXC_MAINLOOP_CLOSE) {
NOTICE("Got quit command. lxc-monitord is exitting");
NOTICE("Got quit command. lxc-monitord is exiting");
break;
}
}
Expand Down

0 comments on commit 55d1c51

Please sign in to comment.