summaryrefslogtreecommitdiffstats
path: root/wizards/com/sun/star/wizards/web/WWD_Events.py
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/web/WWD_Events.py')
-rw-r--r--wizards/com/sun/star/wizards/web/WWD_Events.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/com/sun/star/wizards/web/WWD_Events.py b/wizards/com/sun/star/wizards/web/WWD_Events.py
index 51871eb95cf8..64875c64c7e4 100644
--- a/wizards/com/sun/star/wizards/web/WWD_Events.py
+++ b/wizards/com/sun/star/wizards/web/WWD_Events.py
@@ -341,7 +341,7 @@ class WWD_Events(WWD_Startup):
self.setEnabled(self.btnBackgrounds, True)
'''
- invoked when the BackgorundsDialog is "OKed".
+ invoked when the BackgroundsDialog is "OKed".
'''
def setBackground(self, background):
@@ -903,7 +903,7 @@ class WWD_Events(WWD_Startup):
'''
Here i go through each file, and validate it.
- If its ok, I add it to the ListModel/ConfigSet
+ If it's ok, I add it to the ListModel/ConfigSet
'''
for i in range(0, len(self.files)):