From a51e981a1dbf51a25def24d306e075eeeefecba8 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 8 Dec 2020 21:37:42 +0100 Subject: [PATCH] Fix typo Change-Id: I637cd4a9a074c1907f3547f69999dea13c8d9f4a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107441 Tested-by: Jenkins Reviewed-by: Julien Nabet --- wizards/source/sfdialogs/SF_DialogControl.xba | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wizards/source/sfdialogs/SF_DialogControl.xba b/wizards/source/sfdialogs/SF_DialogControl.xba index a2dce45e585b..1b8c72cc25fe 100644 --- a/wizards/source/sfdialogs/SF_DialogControl.xba +++ b/wizards/source/sfdialogs/SF_DialogControl.xba @@ -1150,7 +1150,7 @@ Public Sub _Initialize() ''' Complete the object creation process: ''' - Initialization of private members ''' - Collection of specific attributes -''' - synchonization with parent dialog instance +''' - synchronization with parent dialog instance Dim vServiceName As Variant ' Split service name Dim sType As String ' Last component of service name