summaryrefslogtreecommitdiff
path: root/odk/examples
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-23 19:31:15 +0200
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2019-07-24 11:53:09 +0200
commit46ce440cf8ee10d57a28e861e981f3c820a8c8ed (patch)
tree300839f77974634d6e1f2c5fbf04b9d62ca328bd /odk/examples
parenta51b5840dc2805a2452137f8ce9db98cd4838299 (diff)
Fix typo 'a SDK'
Partial revert of: https://gerrit.libreoffice.org/#/c/76028/4 Change-Id: I94173556f1dff21ff47245f8b632411fc8be1ff6 Reviewed-on: https://gerrit.libreoffice.org/76200 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'odk/examples')
-rw-r--r--odk/examples/java/Inspector/Inspector.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/java/Inspector/Inspector.java b/odk/examples/java/Inspector/Inspector.java
index 18a75bcdb469..18d8d909a449 100644
--- a/odk/examples/java/Inspector/Inspector.java
+++ b/odk/examples/java/Inspector/Inspector.java
@@ -88,7 +88,7 @@ public class Inspector{
private TDocSupplier oTDocSupplier;
private Introspector m_oIntrospector = null;
// TODO: improve these strings:
- private static final String sWRONGINSTALLATIONPATH = "Your selected path does not refer to a SDK-Installation!";
+ private static final String sWRONGINSTALLATIONPATH = "Your selected path does not refer to an SDK-Installation!";
/** Creates a new instance of Dialog */
public _Inspector(XComponentContext _xComponentContext) {
m_xComponentContext = _xComponentContext;