summaryrefslogtreecommitdiff
path: root/unotest
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-02 09:42:30 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-03-02 12:45:15 +0000
commit446568bfad252daf1861ea7e0c53fe4c72a31a53 (patch)
treedbbabaf897d0d761ddf867601e906092eba7e251 /unotest
parent65434e8701ab71c8bff8b0ac722d41b0592483dc (diff)
Fix typos
Change-Id: I139e6948e92a7bcdce5a2197b9d3754cb9549a33 Reviewed-on: https://gerrit.libreoffice.org/34781 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'unotest')
-rw-r--r--unotest/source/python/org/libreoffice/unotest.py2
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 0caab5690ba5..13b00845bb36 100644
--- a/unotest/source/python/org/libreoffice/unotest.py
+++ b/unotest/source/python/org/libreoffice/unotest.py
@@ -306,7 +306,7 @@ if __name__ == "__main__":
parser = argparse.ArgumentParser("Help utilities for testing LibreOffice")
group = parser.add_mutually_exclusive_group()
group.add_argument("-v", "--verbose", help="increase output verbosity", action="store_true")
- #parser.add_argument("p", type=str, help="programm name")
+ #parser.add_argument("p", type=str, help="program name")
args = parser.parse_args()
if args.verbose:
verbose = True