]> git.ipfire.org Git - people/ms/systemd.git/commitdiff
execute: typo fix
authorLennart Poettering <lennart@poettering.net>
Fri, 23 Apr 2010 19:56:19 +0000 (21:56 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 23 Apr 2010 19:56:19 +0000 (21:56 +0200)
execute.c

index fe3dc8b251c502c33b6f2eacbfdcc880b6bbec1b..0b4baee6478a0fce02893fe12f099f7b541429dc 100644 (file)
--- a/execute.c
+++ b/execute.c
@@ -467,7 +467,7 @@ fail:
         return r;
 }
 
-static int restore_conform_stdio(const ExecContext *context,
+static int restore_confirm_stdio(const ExecContext *context,
                                  int *saved_stdin,
                                  int *saved_stdout,
                                  bool *keep_stdin,
@@ -822,7 +822,7 @@ int exec_spawn(ExecCommand *command,
                         }
 
                         /* Release terminal for the question */
-                        if ((r = restore_conform_stdio(context,
+                        if ((r = restore_confirm_stdio(context,
                                                        &saved_stdin, &saved_stdout,
                                                        &keep_stdin, &keep_stdout)))
                                 goto fail;