odk/examples/java/Text/TextDocumentStructure.java |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b73cde1acb09d21cc6c74f88992f7ee0f871eba4
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Fri Nov 3 11:33:11 2023 +0100
Commit:     Taichi Haradaguchi <20001...@ymail.ne.jp>
CommitDate: Fri Nov 3 16:14:56 2023 +0100

    Fix typo
    
    Change-Id: Ida31b30c64c8ba2be61e6f4a408e1346df48d1b3
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158875
    Tested-by: Jenkins
    Reviewed-by: Taichi Haradaguchi <20001...@ymail.ne.jp>

diff --git a/odk/examples/java/Text/TextDocumentStructure.java 
b/odk/examples/java/Text/TextDocumentStructure.java
index a1043a44775f..273f08f95b8c 100644
--- a/odk/examples/java/Text/TextDocumentStructure.java
+++ b/odk/examples/java/Text/TextDocumentStructure.java
@@ -60,7 +60,7 @@ public class TextDocumentStructure {
             Object oDesktop = xMCF.createInstanceWithContext(
                                         "com.sun.star.frame.Desktop", 
xContext);
 
-            // get the component laoder from the desktop to create a new
+            // get the component loader from the desktop to create a new
             // text document
             com.sun.star.frame.XComponentLoader xCLoader =
                 UnoRuntime.queryInterface(

Reply via email to