spelling: exiting

Signed-off-by: Josh Soref <jsoref@gmail.com>
This commit is contained in:
Josh Soref 2018-10-30 07:01:12 +00:00
parent 9005a3ffae
commit 52ab9e10f9

View File

@ -458,7 +458,7 @@ int main(int argc, char *argv[])
} }
if (quit == LXC_MAINLOOP_CLOSE) { if (quit == LXC_MAINLOOP_CLOSE) {
NOTICE("Got quit command. lxc-monitord is exitting"); NOTICE("Got quit command. lxc-monitord is exiting");
break; break;
} }
} }