chiark / gitweb /
exit-status: Fix "NOTINSSTALLED" typo
[elogind.git] / src / shared / exit-status.c
index 57022c5b8aebd2b523df640f801683548acad59e..9e14eb8bf5fe231d58a24f4507a1e574aa156526 100644 (file)
@@ -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";