From db7e4d09bb07a0f35ee09a8c27eba667d98be772 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 17 Jun 2018 19:09:20 +0200 Subject: Fix typos Change-Id: Idf4ffe077bd71dc8170a20df93d714e581ef02b2 Reviewed-on: https://gerrit.libreoffice.org/55963 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos (cherry picked from commit bedb482f8d914e9319c711df1c665e636fd856be) Reviewed-on: https://gerrit.libreoffice.org/55980 Tested-by: Adolfo Jayme Barrientos --- source/text/sbasic/shared/03/lib_tools.xhp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/text') diff --git a/source/text/sbasic/shared/03/lib_tools.xhp b/source/text/sbasic/shared/03/lib_tools.xhp index 07d5f5f649..b5620aa289 100644 --- a/source/text/sbasic/shared/03/lib_tools.xhp +++ b/source/text/sbasic/shared/03/lib_tools.xhp @@ -185,7 +185,7 @@
Misc Module - Miscelaneous functions and subroutines. + Miscellaneous functions and subroutines. @@ -253,7 +253,7 @@ OpenDocument - ' Opens a Document, checks beforehand, wether it has to be loaded or wether it is already on the desktop. If the parameter bDisposable is set to False then then returned document should not be disposed afterwards, because it is already opened. + ' Opens a Document, checks beforehand, whether it has to be loaded or whether it is already on the desktop. If the parameter bDisposable is set to False then then returned document should not be disposed afterwards, because it is already opened. Function OpenDocument( DocPath as String, Args(), @@ -1042,7 +1042,7 @@ StringInMultiArray - ' Searches for a String in a two-dimensional Array by querying all Searchindexex of the second dimension + ' Searches for a String in a two-dimensional Array by querying all Searchindexes of the second dimension ' and delivers the specific String of the ReturnIndex in the second dimension of the Searchlist() Function StringInMultiArray( SearchList(), -- cgit