summaryrefslogtreecommitdiff
path: root/basic/inc
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-01-04 12:37:59 +0100
committerAndras Timar <andras.timar@collabora.com>2016-01-05 07:32:28 +0000
commit92e60e1b80a391864314c2270d2d9fcd9da3d9ee (patch)
tree197d74053b4dbb68008df35d5d8b7a7d75db3913 /basic/inc
parent3b4059dc53ec764be5423517363223043d6dbfad (diff)
Fix typos
Change-Id: I1b79005d9c4e32325b8dadcc4f805975d6bf2727 Reviewed-on: https://gerrit.libreoffice.org/21103 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'basic/inc')
-rw-r--r--basic/inc/sbxbase.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/inc/sbxbase.hxx b/basic/inc/sbxbase.hxx
index 3128361392c0..ad10d61e721f 100644
--- a/basic/inc/sbxbase.hxx
+++ b/basic/inc/sbxbase.hxx
@@ -43,7 +43,7 @@ struct SbxAppData
SbxBasicFormater *pBasicFormater; // Pointer to Format()-Command helper class
LanguageType eBasicFormaterLangType;
- // It might be useful to store this class 'global' because some string reosurces are saved here
+ // It might be useful to store this class 'global' because some string resources are saved here
SbxAppData();
~SbxAppData();