wizards/source/sfwidgets/SF_PopupMenu.xba | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 05055f1873faa3544478908d2d877ec7f38c4a9c Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Fri Oct 15 20:43:00 2021 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Sat Oct 16 10:21:56 2021 +0200 Fix typo Change-Id: I66712db3b74e45728e3104c24823a962fd498037 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123677 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/wizards/source/sfwidgets/SF_PopupMenu.xba b/wizards/source/sfwidgets/SF_PopupMenu.xba index 64a1af9a95a8..3ddda64306bd 100644 --- a/wizards/source/sfwidgets/SF_PopupMenu.xba +++ b/wizards/source/sfwidgets/SF_PopupMenu.xba @@ -657,7 +657,7 @@ Public Sub _Initialize(ByRef poPeer As Object _ ''' Complete the object creation process: ''' - Initialize the dictionaries ''' - initialize the root popup menu -''' - intialize the display area +''' - initialize the display area ''' - store the arguments for later use ''' Args: ''' poPeer: a peer window @@ -752,4 +752,4 @@ Finally: End Function ' SFWidgets.SF_PopupMenu._SplitMenuItem REM ============================================ END OF SFWIDGETS.SF_POPUPMENU -</script:module> \ No newline at end of file +</script:module>