diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-12-20 23:24:56 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-12-20 23:26:58 +0200 |
commit | be053c9a80ad237afc6da0b4174e1c7afc94ed92 (patch) | |
tree | 94fe4823ec33e39359006c986372c5caceb85db0 /odk | |
parent | d1ae39e484f888ddcca15f584cddd2b3ccae1024 (diff) |
Spelling correction: s/retrive/retrieve/
Change-Id: I96845d358765e2d2507763a9b15a30388b32bc6b
Diffstat (limited to 'odk')
-rw-r--r-- | odk/examples/DevelopersGuide/GUI/UnoDialogSample.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/DevelopersGuide/GUI/UnoDialogSample.java b/odk/examples/DevelopersGuide/GUI/UnoDialogSample.java index 61c37d68c210..e69799580746 100644 --- a/odk/examples/DevelopersGuide/GUI/UnoDialogSample.java +++ b/odk/examples/DevelopersGuide/GUI/UnoDialogSample.java @@ -217,7 +217,7 @@ public class UnoDialogSample implements XTextListener, XSpinListener, XActionLis public String getImageUrl(String _sRegistryPath, String _sImageName) { String sImageUrl = ""; try { - // retrive the configuration node of the extension + // retrieve the configuration node of the extension XNameAccess xNameAccess = getRegistryKeyContent(_sRegistryPath); if (xNameAccess != null){ if (xNameAccess.hasByName(_sImageName)){ |