chiark
/
gitweb
/
~ianmdlvl
/
elogind.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
092ac9b
)
exit-status: Fix "NOTINSSTALLED" typo
author
Martin Pitt
<martin.pitt@ubuntu.com>
Sat, 18 Apr 2015 21:38:13 +0000
(22:38 +0100)
committer
Sven Eden
<yamakuzure@gmx.net>
Tue, 14 Mar 2017 07:06:58 +0000
(08:06 +0100)
src/shared/exit-status.c
patch
|
blob
|
history
diff --git
a/src/shared/exit-status.c
b/src/shared/exit-status.c
index 57022c5b8aebd2b523df640f801683548acad59e..9e14eb8bf5fe231d58a24f4507a1e574aa156526 100644
(file)
--- 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 "NOTINS
S
TALLED";
+ return "NOTINSTALLED";
case EXIT_NOTCONFIGURED:
return "NOTCONFIGURED";