summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2021-07-17 12:38:34 +0200
committerJulien Nabet <serval2412@yahoo.fr>2021-07-18 12:14:16 +0200
commite6af563b99b415b3188e3e11956c24d68e27930e (patch)
tree1cc4cc9c85c4590f5c2b0b55aa8e72dec888fca2
parent3785f97ec18feba9c5508559e5aed6d25cfc3aed (diff)
Fix typos
Change-Id: I0a8ce634944df4af5c9e2000af5f6429b4e40b2e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119097 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--odk/examples/python/DocumentLoader/README.md4
1 files changed, 2 insertions, 2 deletions
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.