923a60
From 1eef7cbf1ab594fe00c83044763d41a0b29be6c6 Mon Sep 17 00:00:00 2001
923a60
From: Martin Pitt <martin.pitt@ubuntu.com>
923a60
Date: Sat, 18 Apr 2015 22:38:13 +0100
923a60
Subject: [PATCH] exit-status: Fix "NOTINSSTALLED" typo
923a60
923a60
(cherry picked from commit 9f8f87e375175536a972feab79c2ff8901c47f8e)
923a60
923a60
Cherry-picked from: 02e0056
923a60
Resolves: #1222517
923a60
---
923a60
 src/shared/exit-status.c | 2 +-
923a60
 1 file changed, 1 insertion(+), 1 deletion(-)
923a60
923a60
diff --git a/src/shared/exit-status.c b/src/shared/exit-status.c
923a60
index 5c73b4d3c0..90c83a47a8 100644
923a60
--- a/src/shared/exit-status.c
923a60
+++ b/src/shared/exit-status.c
923a60
@@ -167,7 +167,7 @@ const char* exit_status_to_string(ExitStatus status, ExitStatusLevel level) {
923a60
                         return "NOPERMISSION";
923a60
 
923a60
                 case EXIT_NOTINSTALLED:
923a60
-                        return "NOTINSSTALLED";
923a60
+                        return "NOTINSTALLED";
923a60
 
923a60
                 case EXIT_NOTCONFIGURED:
923a60
                         return "NOTCONFIGURED";