summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
Diffstat (limited to 'wizards')
-rw-r--r--wizards/com/sun/star/wizards/fax/FaxWizardDialogImpl.py2
-rw-r--r--wizards/com/sun/star/wizards/letter/LetterWizardDialogImpl.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/wizards/com/sun/star/wizards/fax/FaxWizardDialogImpl.py b/wizards/com/sun/star/wizards/fax/FaxWizardDialogImpl.py
index 390ba6f25644..31ac74470508 100644
--- a/wizards/com/sun/star/wizards/fax/FaxWizardDialogImpl.py
+++ b/wizards/com/sun/star/wizards/fax/FaxWizardDialogImpl.py
@@ -64,7 +64,7 @@ class FaxWizardDialogImpl(FaxWizardDialog):
#Number of steps on WizardDialog
self.nMaxStep = 5
- #instatiate The Document Frame for the Preview
+ #instantiate The Document Frame for the Preview
self.terminateListener = TerminateListenerProcAdapter(self)
self.myFaxDoc = FaxDocument(xMSF, self.terminateListener)
diff --git a/wizards/com/sun/star/wizards/letter/LetterWizardDialogImpl.py b/wizards/com/sun/star/wizards/letter/LetterWizardDialogImpl.py
index f4a16e2c220b..dff56474b24f 100644
--- a/wizards/com/sun/star/wizards/letter/LetterWizardDialogImpl.py
+++ b/wizards/com/sun/star/wizards/letter/LetterWizardDialogImpl.py
@@ -71,7 +71,7 @@ class LetterWizardDialogImpl(LetterWizardDialog):
#Number of steps on WizardDialog
self.nMaxStep = 6
- #instatiate The Document Frame for the Preview
+ #instantiate The Document Frame for the Preview
self.terminateListener = TerminateListenerProcAdapter(self)
self.myLetterDoc = LetterDocument(xMSF, self.terminateListener)