diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-01-18 16:21:29 +0100 |
---|---|---|
committer | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-01-18 18:20:54 +0100 |
commit | c4a18626d14426cbd8884d1028eb248fe3b21c44 (patch) | |
tree | e964e38f2d5cd55350806d5fd4df99bde499be92 /wiki-to-help/convert.py | |
parent | 45e20af8857f8bcd5afa30113eea40ceef7aa3a8 (diff) |
Fix typos
Change-Id: Idcdc1e802dcca33aa2ed2499d4c5c4d15767026f
Reviewed-on: https://gerrit.libreoffice.org/48138
Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
Diffstat (limited to 'wiki-to-help/convert.py')
-rwxr-xr-x | wiki-to-help/convert.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wiki-to-help/convert.py b/wiki-to-help/convert.py index 323a834d19..8304308746 100755 --- a/wiki-to-help/convert.py +++ b/wiki-to-help/convert.py @@ -204,7 +204,7 @@ class Converter(object): """ Private. Copies @startpage to our tmp dir so that it will be used as the start page. - @return False if @startpage doesnt exist, otherwise True. + @return False if @startpage doesn't exist, otherwise True. """ if startpage is None: return True filename="index.html" |