diff options
author | Jens Carl <j.carl43@gmx.de> | 2019-04-03 02:00:14 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-04-03 08:54:15 +0200 |
commit | 68dd147bd3eb33fc74590113e7082d00119e733e (patch) | |
tree | 0549875f0ea8b2ac73f4497cabe726a1812cb1ca /odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment | |
parent | fd33e13d758ec71389ba114360e4828a88ac4181 (diff) |
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')
3 files changed, 4 insertions, 4 deletions
diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java index e50686c38cf6..030c8f9b6ede 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java +++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java @@ -806,12 +806,12 @@ public class FunctionHelper /** - * Try to find an unique frame name, which isn't currently used inside + * Try to find a unique frame name, which isn't currently used inside * remote office instance. Because we create top level frames * only, it's enough to check the names of existing child frames on the * desktop only. * - * should represent an unique frame name, which currently isn't + * should represent a unique frame name, which currently isn't * used inside the remote office frame tree * (Couldn't guaranteed for a real multithreaded environment. * But we try it ...) diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/IOnewayLink.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/IOnewayLink.java index f8c1fdb39b1f..c6732155d2dc 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/IOnewayLink.java +++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/IOnewayLink.java @@ -53,7 +53,7 @@ public interface IOnewayLink /** * @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. * 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. |