diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-06-13 22:58:05 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-06-13 22:58:05 +0200 |
commit | 9e06b99129a4eda16e254dfb25a42d440763af06 (patch) | |
tree | 293002f115182ecfa347ce7822fdcfa9c9eedaec /wizards | |
parent | c2d65e08c9f6e35875eed1a4eea3af614478b801 (diff) |
Typos
Change-Id: I0e74d800593245fa00013035c9498b77988b072b
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/com/sun/star/wizards/web/Process.py | 2 |
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 |