chiark / gitweb /
Spelling fixes.
[elogind.git] / src / core / shutdown.c
index 1290d807f0eeaf13e19ec05af430782eb2833fb2..78dccfb72405d21160431d83aa5798f9d3b48b37 100644 (file)
@@ -44,6 +44,7 @@
 #include "mkdir.h"
 #include "virt.h"
 #include "watchdog.h"
+#include "killall.h"
 
 #define FINALIZE_ATTEMPTS 50
 
@@ -115,7 +116,7 @@ static int pivot_to_new_root(void) {
 
         if (pivot_root(".", "oldroot") < 0) {
                 log_error("pivot failed: %m");
-                /* only chroot if pivot root succeded */
+                /* only chroot if pivot root succeeded */
                 return -errno;
         }