summaryrefslogtreecommitdiff
path: root/src/core/shutdown.c
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2012-07-15 11:41:40 +0300
committerLennart Poettering <lennart@poettering.net>2012-07-16 12:16:29 +0200
commit49f43d5f91a99b23f745726aa351d8f159774357 (patch)
treeadfb1f1dcf466bebfb9317479b6572dde083cba6 /src/core/shutdown.c
parent4cb72937d3c10948e4904388ea27efae75775f08 (diff)
Spelling fixes.
Diffstat (limited to 'src/core/shutdown.c')
-rw-r--r--src/core/shutdown.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/shutdown.c b/src/core/shutdown.c
index 1c2bf372b..78dccfb72 100644
--- a/src/core/shutdown.c
+++ b/src/core/shutdown.c
@@ -116,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;
}