From c4b0804ec4cb76dfa03321b31b4695d0058958ad Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 14 Aug 2018 17:53:01 +0200 Subject: Fix typos Change-Id: Ia717a116056bddc7968a3e451058a94cb2bbbd29 Reviewed-on: https://gerrit.libreoffice.org/59003 Reviewed-by: Jean-Pierre Ledure Tested-by: Jean-Pierre Ledure Tested-by: Jenkins --- wizards/source/access2base/Application.xba | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wizards') diff --git a/wizards/source/access2base/Application.xba b/wizards/source/access2base/Application.xba index 970e7f6b1884..8483470a4529 100644 --- a/wizards/source/access2base/Application.xba +++ b/wizards/source/access2base/Application.xba @@ -1535,7 +1535,7 @@ REM ---------------------------------------------------------------------------- REM ----------------------------------------------------------------------------------------------------------------------- Private Function _CollectNames(ByRef poCollection As Object, ByVal psPrefix As String) As Variant -' Return a "\;" speparated list of hierarchical (prefixed with Prefix) and persistent names contained in Collection +' Return a "\;" separated list of hierarchical (prefixed with Prefix) and persistent names contained in Collection ' If one of those names refers to a folder, function is called recursively ' Result = 2 items array: (0) list of hierarchical names ' (1) list of persistent names @@ -1749,4 +1749,4 @@ Public Sub _RootInit(Optional ByVal pbForce As Boolean) End Sub ' _RootInit V1.1.0 - \ No newline at end of file + -- cgit