summaryrefslogtreecommitdiffstats
path: root/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/OnewayExecutor.java
diff options
context:
space:
mode:
authorJens Carl <j.carl43@gmx.de>2019-04-03 02:00:14 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-04-03 08:54:15 +0200
commit68dd147bd3eb33fc74590113e7082d00119e733e (patch)
tree0549875f0ea8b2ac73f4497cabe726a1812cb1ca /odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/OnewayExecutor.java
parentFix typo (diff)
downloadcore-68dd147bd3eb33fc74590113e7082d00119e733e.tar.gz
core-68dd147bd3eb33fc74590113e7082d00119e733e.zip
Fix typos
Change indefinite article "an" to "a" before the word unique and some variants. Change-Id: Ia14a6f3b9ec6b257ad8bed3b089faa9b6f07d44f Reviewed-on: https://gerrit.libreoffice.org/70174 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/OnewayExecutor.java')
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/OnewayExecutor.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/OnewayExecutor.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/OnewayExecutor.java
index 660f9f360ba6..a86ff31defc1 100644
--- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/OnewayExecutor.java
+++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/OnewayExecutor.java
@@ -88,7 +88,7 @@ class OnewayExecutor extends Thread
* and parameters of the original request.
*
* @param nRequest
- * The two user of this callback can define an unique number,
+ * The two user of this callback can define a unique number,
* which identify the type of original interface method.
* So the called interface object can decide, which action will be
* necessary.