summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/web
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-06-13 22:58:05 +0200
committerJulien Nabet <serval2412@yahoo.fr>2015-06-13 22:58:05 +0200
commit9e06b99129a4eda16e254dfb25a42d440763af06 (patch)
tree293002f115182ecfa347ce7822fdcfa9c9eedaec /wizards/com/sun/star/wizards/web
parentc2d65e08c9f6e35875eed1a4eea3af614478b801 (diff)
Typos
Change-Id: I0e74d800593245fa00013035c9498b77988b072b
Diffstat (limited to 'wizards/com/sun/star/wizards/web')
-rw-r--r--wizards/com/sun/star/wizards/web/Process.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/com/sun/star/wizards/web/Process.py b/wizards/com/sun/star/wizards/web/Process.py
index 530b979b5e9c..b8721a096293 100644
--- a/wizards/com/sun/star/wizards/web/Process.py
+++ b/wizards/com/sun/star/wizards/web/Process.py
@@ -600,7 +600,7 @@ class Process(ProcessErrors):
self.exporters[export.cp_Name] = exp
return exp
- # @return tru if everything went smooth, false
+ # @return true if everything went smooth, false
# if error(s) accured.
def getResult(self):
return (self.myTask.getFailed() == 0) and self.result