summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-02-07 22:46:49 +0100
committerJulien Nabet <serval2412@yahoo.fr>2020-02-08 09:30:57 +0100
commit1a72cad673c9f94702501f06e06a67b03d2641eb (patch)
tree61da046840c4a810799f42e3efa89eb8badfffbe
parent9c13afe2eeebc06427a764f1029c3b7172c61e5b (diff)
Fix typo
Change-Id: If83a1a5cc7b6170579f852e735d0a94bdff2d9d7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88252 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--desktop/source/deployment/gui/dp_gui_extensioncmdqueue.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/deployment/gui/dp_gui_extensioncmdqueue.cxx b/desktop/source/deployment/gui/dp_gui_extensioncmdqueue.cxx
index 2a8e41b3a497..b6231ab9c73c 100644
--- a/desktop/source/deployment/gui/dp_gui_extensioncmdqueue.cxx
+++ b/desktop/source/deployment/gui/dp_gui_extensioncmdqueue.cxx
@@ -782,7 +782,7 @@ void ExtensionCmdQueue::Thread::execute()
//This exception is thrown when a user clicked cancel in the messagebox which was
//started by the interaction handler. For example the user will be asked if he/she
//really wants to install the extension.
- //These interaction are run for exactly one extension at a time. Therefore we continue
+ //These interactions run for exactly one extension at a time. Therefore we continue
//with installing the remaining extensions.
continue;
}