summaryrefslogtreecommitdiffstats
path: root/basic
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-04-05 21:07:41 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-04-06 07:53:19 +0000
commit7d4b68fa47b2e670dcab7be335d38be690db2a73 (patch)
treea6dd8a88ce8c59586bf5024065b3206c424a1a0e /basic
parentloplugin:redundantcast find cstyle double casts (diff)
downloadcore-7d4b68fa47b2e670dcab7be335d38be690db2a73.tar.gz
core-7d4b68fa47b2e670dcab7be335d38be690db2a73.zip
Fix typos
Change-Id: I9e7f7fa6a8b89304883a843f9fb0b905f5e8a8a4 Reviewed-on: https://gerrit.libreoffice.org/36100 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'basic')
-rw-r--r--basic/source/classes/sb.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/classes/sb.cxx b/basic/source/classes/sb.cxx
index ad6dfd317bdb..cb8cc3a5c3c2 100644
--- a/basic/source/classes/sb.cxx
+++ b/basic/source/classes/sb.cxx
@@ -1329,7 +1329,7 @@ SbxVariable* StarBASIC::Find( const OUString& rName, SbxClassType t )
continue;
}
// otherwise check if the element is available
- // unset GBLSEARCH-Flag (due to Rekursion)
+ // unset GBLSEARCH-Flag (due to recursion)
SbxFlagBits nGblFlag = pModule->GetFlags() & SbxFlagBits::GlobalSearch;
pModule->ResetFlag( SbxFlagBits::GlobalSearch );
pRes = pModule->Find( rName, t );