summaryrefslogtreecommitdiff
path: root/include/desktop/exithelper.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/desktop/exithelper.h')
-rw-r--r--include/desktop/exithelper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/desktop/exithelper.h b/include/desktop/exithelper.h
index 4b81c68b895c..fbb37c583233 100644
--- a/include/desktop/exithelper.h
+++ b/include/desktop/exithelper.h
@@ -23,7 +23,7 @@
enum EExitCodes {
/* e.g. used to force showing of the command line help */
EXITHELPER_NO_ERROR = 0,
- /* an uno exception was caught during startup */
+ /* a uno exception was caught during startup */
EXITHELPER_FATAL_ERROR = 77,
/* user force automatic restart after crash */
EXITHELPER_CRASH_WITH_RESTART = 79,