[Libreoffice-commits] core.git: odk/examples

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Wed Jul 14 02:54:10 UTC 2021


 odk/examples/cpp/Draw/Draw.cxx |    2 +-
 odk/examples/cpp/Draw/Makefile |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit ee51f0ca4c1d9e8d6cecb5113508a284fe55c54c
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue Jul 13 14:41:53 2021 +0200
Commit:     Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Wed Jul 14 04:53:35 2021 +0200

    Fix typos
    
    Change-Id: I809231e7e6ceaa93c2d0b523de8a4b93b07b449c
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118841
    Tested-by: Jenkins
    Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>

diff --git a/odk/examples/cpp/Draw/Draw.cxx b/odk/examples/cpp/Draw/Draw.cxx
index d7924e53c539..511869fd1370 100644
--- a/odk/examples/cpp/Draw/Draw.cxx
+++ b/odk/examples/cpp/Draw/Draw.cxx
@@ -133,7 +133,7 @@ Reference<XShape> createShape(Reference<XComponent> xDocComp, int height, int wi
     Point position;
     Reference<XShape> xShape;
 
-    // get the mutliservice factory
+    // get the multiservice factory
     Reference<XMultiServiceFactory> xDocMSF(xDocComp, UNO_QUERY);
 
     try
diff --git a/odk/examples/cpp/Draw/Makefile b/odk/examples/cpp/Draw/Makefile
index f3a3ca5ea80d..333a3a4672d3 100644
--- a/odk/examples/cpp/Draw/Makefile
+++ b/odk/examples/cpp/Draw/Makefile
@@ -64,7 +64,7 @@ endif
 
 CppDrawExample : $(OUT_BIN)/Draw$(EXE_EXT)
 	@echo --------------------------------------------------------------------------------
-	@echo The example connects to the office server, create an empy documents and puts some
+	@echo The example connects to the office server, create an empty documents and puts some
 	@echo   shapes on it.
 	@echo -
 	@echo Use the following command to execute the example!


More information about the Libreoffice-commits mailing list