summaryrefslogtreecommitdiff
path: root/odk
diff options
context:
space:
mode:
Diffstat (limited to 'odk')
-rw-r--r--odk/examples/DevelopersGuide/GUI/UnoDialogSample.java2
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)){