]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
core: s/reexection/reexecution/ typo fix 906/head
authorJan Pokorný <jpokorny@redhat.com>
Fri, 7 Aug 2015 15:13:15 +0000 (17:13 +0200)
committerJan Pokorný <jpokorny@redhat.com>
Fri, 7 Aug 2015 15:13:15 +0000 (17:13 +0200)
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
src/core/main.c

index a66fb18418a5c51e0eded240ffc0d825d3705777..87b97aa88373c63167222f7a70cf9af8bfbf4c82 100644 (file)
@@ -1785,7 +1785,7 @@ int main(int argc, char *argv[]) {
                 case MANAGER_REEXECUTE:
 
                         if (prepare_reexecute(m, &arg_serialization, &fds, false) < 0) {
-                                error_message = "Failed to prepare for reexection";
+                                error_message = "Failed to prepare for reexecution";
                                 goto finish;
                         }
 
@@ -1801,7 +1801,7 @@ int main(int argc, char *argv[]) {
 
                         if (!switch_root_init)
                                 if (prepare_reexecute(m, &arg_serialization, &fds, true) < 0) {
-                                        error_message = "Failed to prepare for reexection";
+                                        error_message = "Failed to prepare for reexecution";
                                         goto finish;
                                 }