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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sun Jul 18 10:14:47 UTC 2021


 odk/examples/python/DocumentLoader/README.md |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit e6af563b99b415b3188e3e11956c24d68e27930e
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sat Jul 17 12:38:34 2021 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Jul 18 12:14:16 2021 +0200

    Fix typos
    
    Change-Id: I0a8ce634944df4af5c9e2000af5f6429b4e40b2e
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119097
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/odk/examples/python/DocumentLoader/README.md b/odk/examples/python/DocumentLoader/README.md
index c5a80f0f69c3..d95c933ab9c1 100644
--- a/odk/examples/python/DocumentLoader/README.md
+++ b/odk/examples/python/DocumentLoader/README.md
@@ -4,9 +4,9 @@ to get started, first start LibreOffice listening on port 2083
 
     $OFFICE_PROGRAM_PATH/soffice "--accept=socket,port=2083;urp;"
 
-The synatx for executing this example is:
+The syntax to run this example is:
 
     $OFFICE_PROGRAM_PATH/python DocumentLoader.py <path>
 
 You should use 'setsdkenv_unix' for Unix/Linux and setsdkenv_windows.bat for Windows. In this way,
-the LibreOffice internal Python interpretor will be used.
+the LibreOffice internal Python interpreter will be used.


More information about the Libreoffice-commits mailing list