]> git.proxmox.com Git - mirror_lxc.git/commitdiff
spelling: exiting
authorJosh Soref <jsoref@users.noreply.github.com>
Tue, 30 Oct 2018 07:01:12 +0000 (07:01 +0000)
committerJosh Soref <jsoref@users.noreply.github.com>
Tue, 30 Oct 2018 07:01:12 +0000 (07:01 +0000)
Signed-off-by: Josh Soref <jsoref@gmail.com>
src/lxc/cmd/lxc_monitord.c

index f8312998b93f3edfa5cf29d78670e271207ad494..3b931b36109bf38f6d7a72892fed723c6a9b42ec 100644 (file)
@@ -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;
                }
        }