[systemd-commits] src/shared

Martin Pitt martin at kemper.freedesktop.org
Sat Apr 18 14:38:31 PDT 2015


 src/shared/exit-status.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9f8f87e375175536a972feab79c2ff8901c47f8e
Author: Martin Pitt <martin.pitt at ubuntu.com>
Date:   Sat Apr 18 22:38:13 2015 +0100

    exit-status: Fix "NOTINSSTALLED" typo

diff --git a/src/shared/exit-status.c b/src/shared/exit-status.c
index 57022c5..9e14eb8 100644
--- a/src/shared/exit-status.c
+++ b/src/shared/exit-status.c
@@ -166,7 +166,7 @@ const char* exit_status_to_string(ExitStatus status, ExitStatusLevel level) {
                         return "NOPERMISSION";
 
                 case EXIT_NOTINSTALLED:
-                        return "NOTINSSTALLED";
+                        return "NOTINSTALLED";
 
                 case EXIT_NOTCONFIGURED:
                         return "NOTCONFIGURED";



More information about the systemd-commits mailing list