diff options
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:") """ |