diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-11-13 00:14:03 +0100 |
---|---|---|
committer | Mark Page <aptitude@btconnect.com> | 2017-11-13 08:46:08 +0100 |
commit | e1e436eaa036e18854b050b958b7bed1c86a31ff (patch) | |
tree | 71e974797fa9db8c3ca0c4f00e6b9612a2b7c267 /odk/examples | |
parent | d71bcc4dc5025ea24944454908098269cfd095a3 (diff) |
Fix typos
Change-Id: I2a10e087a776ac96b3193226610577227d2492a8
Reviewed-on: https://gerrit.libreoffice.org/44655
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Mark Page <aptitude@btconnect.com>
Diffstat (limited to 'odk/examples')
-rw-r--r-- | odk/examples/DevelopersGuide/Drawing/Helper.java | 2 | ||||
-rw-r--r-- | odk/examples/DevelopersGuide/UCB/Helper.java | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/odk/examples/DevelopersGuide/Drawing/Helper.java b/odk/examples/DevelopersGuide/Drawing/Helper.java index f959248737cf..5e5c52d1f636 100644 --- a/odk/examples/DevelopersGuide/Drawing/Helper.java +++ b/odk/examples/DevelopersGuide/Drawing/Helper.java @@ -45,7 +45,7 @@ public class Helper // __________ static helper methods __________ /** Connect to an office, if no office is running a new instance is started. - * A new connection is established and the service manger from the running + * A new connection is established and the service manager from the running * office is returned. */ public static XComponentContext connect() diff --git a/odk/examples/DevelopersGuide/UCB/Helper.java b/odk/examples/DevelopersGuide/UCB/Helper.java index 5b7e4d2d0a63..fc7e927e1aac 100644 --- a/odk/examples/DevelopersGuide/UCB/Helper.java +++ b/odk/examples/DevelopersGuide/UCB/Helper.java @@ -63,7 +63,7 @@ public class Helper { /** * Constructor, create a new instance of the ucb. UNO is bootstrapped and - * the remote office service manger is used to create the ucb. If necessary + * the remote office service manager is used to create the ucb. If necessary * a new office process is started. */ public Helper(String url) throws java.lang.Exception { |