diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-07-13 14:41:53 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2021-07-14 04:53:35 +0200 |
commit | ee51f0ca4c1d9e8d6cecb5113508a284fe55c54c (patch) | |
tree | 1d56c4b9396044700740d3aeb00c043b43216e72 /odk | |
parent | e0afcb6db8af493d6da9b809df14b5a07037d7e9 (diff) |
Fix typos
Change-Id: I809231e7e6ceaa93c2d0b523de8a4b93b07b449c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118841
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'odk')
-rw-r--r-- | odk/examples/cpp/Draw/Draw.cxx | 2 | ||||
-rw-r--r-- | odk/examples/cpp/Draw/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
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! |