From 624f84c07ee798f6bbf4381c26262d5d2774a1ed Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 15 Jan 2018 09:09:57 +0100 Subject: Fix typos Change-Id: I078626eaa3155cc429320cc8c1532003b382b22a Reviewed-on: https://gerrit.libreoffice.org/47855 Tested-by: Jenkins Reviewed-by: Julien Nabet --- wizards/com/sun/star/wizards/fax/FaxWizardDialogImpl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wizards') diff --git a/wizards/com/sun/star/wizards/fax/FaxWizardDialogImpl.py b/wizards/com/sun/star/wizards/fax/FaxWizardDialogImpl.py index ef60a2e790ac..72952dce2701 100644 --- a/wizards/com/sun/star/wizards/fax/FaxWizardDialogImpl.py +++ b/wizards/com/sun/star/wizards/fax/FaxWizardDialogImpl.py @@ -108,7 +108,7 @@ class FaxWizardDialogImpl(FaxWizardDialog): #Greeting/Salutation/CommunicationType yet choose a default self.__setDefaultForGreetingAndSalutationAndCommunication() - #disable funtionality that is not supported by the template: + #disable functionality that is not supported by the template: self.initializeElements() #disable the document, so that the user cannot change anything: -- cgit