diff options
-rw-r--r-- | src/shared/exit-status.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/exit-status.c b/src/shared/exit-status.c index 57022c5b8a..9e14eb8bf5 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"; |