diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-04-01 01:03:58 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-04-14 08:08:30 +0200 |
commit | 40cb28a7d564653e90cb1377e98c0c6f7a0eff6b (patch) | |
tree | aabb6d634246ce6e129b426dc5cefbf3c4ff798f /unotest | |
parent | 00685f14577d3d25881b48458a15f1485a9ae7f6 (diff) |
Fix typos
Change-Id: I981cfdf97d132afdd4d3729ec76b6a3f4c62909a
Reviewed-on: https://gerrit.libreoffice.org/52210
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'unotest')
-rw-r--r-- | unotest/source/python/org/libreoffice/unotest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unotest/source/python/org/libreoffice/unotest.py b/unotest/source/python/org/libreoffice/unotest.py index 222389af9e05..000a148b353f 100644 --- a/unotest/source/python/org/libreoffice/unotest.py +++ b/unotest/source/python/org/libreoffice/unotest.py @@ -75,7 +75,7 @@ class OfficeConnection(object): except KeyError: self.verbose = False try: - prog = self.args["programm"] + prog = self.args["program"] except KeyError: prog = os.getenv("SOFFICE_BIN") if not (prog): |