diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-09-19 10:09:22 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2018-01-03 04:33:49 +0100 |
commit | 7c78c30b297d368b94ab82f761c032b59f225c06 (patch) | |
tree | f427f09846a8260c6486df6babf1694234c606b6 /wiki-to-help/hhc.py | |
parent | 1228aaeb66e050dfacd1ac57ec785bc2e13997df (diff) |
Fix typos
Change-Id: I7ef82f8d2896f3687be1aacfd08b8cf0d0d6e105
Reviewed-on: https://gerrit.libreoffice.org/47273
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'wiki-to-help/hhc.py')
-rw-r--r-- | wiki-to-help/hhc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wiki-to-help/hhc.py b/wiki-to-help/hhc.py index dc7a54daaa..de9879c25f 100644 --- a/wiki-to-help/hhc.py +++ b/wiki-to-help/hhc.py @@ -40,7 +40,7 @@ class Wine(object): def __init__(self,workingDir,driveletter,args={}): """ Setup the wine environment. Granting access so that wine is able - @workingDir will be accessable via @driveletter + @workingDir will be accessible via @driveletter @args Arguments for Executor as dict (**args) E.g. Wine("/tmp/dir","j:") """ |