summaryrefslogtreecommitdiff
path: root/basic/source/classes/sb.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-02-13 22:18:09 +0100
committerMichael Stahl <mstahl@redhat.com>2017-02-21 13:34:20 +0000
commit7bc1c438008517cc9d475a21cdc4a06c6d25eb8f (patch)
tree68bc4821920c8da49488058452dd358e6e7a1441 /basic/source/classes/sb.cxx
parentcd497ebda3d63042c41e70a9ff8941a0fcf65572 (diff)
Fix typos/translations, following 04644956e53d
No automatic tools Change-Id: I3a6d18760f90c4ee02b9380758f97f6fca6c4428 Reviewed-on: https://gerrit.libreoffice.org/30874 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'basic/source/classes/sb.cxx')
-rw-r--r--basic/source/classes/sb.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/basic/source/classes/sb.cxx b/basic/source/classes/sb.cxx
index fde845d58b57..f00b6a22c2d7 100644
--- a/basic/source/classes/sb.cxx
+++ b/basic/source/classes/sb.cxx
@@ -408,7 +408,7 @@ const SFX_VB_ErrorItem SFX_VB_ErrorTab[] =
// The StarBASIC factory is a hack. When a SbModule is created, its pointer
// is saved and given to the following SbProperties/SbMethods. This restores
-// the Modul-relationshop. But it works only when a modul is loaded.
+// the Module-relationship. But it works only when a module is loaded.
// Can cause troubles with separately loaded properties!
SbxBase* SbiFactory::Create( sal_uInt16 nSbxId, sal_uInt32 nCreator )
@@ -1311,7 +1311,7 @@ SbxVariable* StarBASIC::Find( const OUString& rName, SbxClassType t )
{
if( pModule->IsVisible() )
{
- // Remember modul fpr Main() call
+ // Remember module for Main() call
// or is the name equal?!?
if( pModule->GetName().equalsIgnoreAsciiCase( rName ) )
{