summaryrefslogtreecommitdiff
path: root/odk/examples/java/Text/TextDocumentStructure.java
diff options
context:
space:
mode:
Diffstat (limited to 'odk/examples/java/Text/TextDocumentStructure.java')
-rw-r--r--odk/examples/java/Text/TextDocumentStructure.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/java/Text/TextDocumentStructure.java b/odk/examples/java/Text/TextDocumentStructure.java
index b85c650d4352..83e9bdb2bcee 100644
--- a/odk/examples/java/Text/TextDocumentStructure.java
+++ b/odk/examples/java/Text/TextDocumentStructure.java
@@ -51,7 +51,7 @@ public class TextDocumentStructure {
xContext = com.sun.star.comp.helper.Bootstrap.bootstrap();
System.out.println("Connected to a running office ...");
- // get the rmeote service manger
+ // get the remote service manager
com.sun.star.lang.XMultiComponentFactory xMCF =
xContext.getServiceManager();