summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-01-18 23:31:37 +0100
committerNoel Grandin <noelgrandin@gmail.com>2015-01-19 06:13:25 +0000
commit07e84cae983c08afdba03018413a19d01abb3006 (patch)
tree8024fc95922b04bdbe06f686b413a2952ee39f40 /basic
parentf9bea19eeab49cb9e6fcdd3ae5e777da9dc882ca (diff)
Fix typo comments Resouce->Resource
Change-Id: Ia3195a21ad46b4c9830ee6293135dfe5945986a2 Reviewed-on: https://gerrit.libreoffice.org/13985 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'basic')
-rw-r--r--basic/qa/cppunit/basictest.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/qa/cppunit/basictest.hxx b/basic/qa/cppunit/basictest.hxx
index 6b1d5162fd0f..ceff6de2fb44 100644
--- a/basic/qa/cppunit/basictest.hxx
+++ b/basic/qa/cppunit/basictest.hxx
@@ -25,7 +25,7 @@ class MacroSnippet
{
private:
bool mbError;
- BasicDLL maDll; // we need a dll instance for resouce manager etc.
+ BasicDLL maDll; // we need a dll instance for resource manager etc.
SbModuleRef mpMod;
StarBASICRef mpBasic;