summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-06-13 09:12:34 +0200
committerJulien Nabet <serval2412@yahoo.fr>2015-06-13 09:13:52 +0200
commit3754474cdea72ebe7f09457ef82a5c3131d06b78 (patch)
treebc2ce16e15475dda27d89f61d8cb2b0558df27ed /wizards
parentd56b125f6c6c18ac40712cefc3cec06530750e15 (diff)
Typos
Change-Id: I21c352a63d668c174eef212dbfbe6346c678ce4d
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)