summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
Diffstat (limited to 'wizards')
-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