summaryrefslogtreecommitdiffstats
path: root/include/desktop
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-05-10 09:34:10 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-05-10 14:50:59 +0200
commitfbc038cc4f4a12f8302ce5b3bd7d739bd66a674e (patch)
treed6cc189748e5980420cc0611b44b28ec4183ea25 /include/desktop
parentResolves: tdf#125197 duplicate column checkbox position (diff)
downloadcore-fbc038cc4f4a12f8302ce5b3bd7d739bd66a674e.tar.gz
core-fbc038cc4f4a12f8302ce5b3bd7d739bd66a674e.zip
an uno -> a uno
Change-Id: I538db88f8477dd2d2ad25c372928fec6c11d979d Reviewed-on: https://gerrit.libreoffice.org/72105 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/desktop')
-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,