summaryrefslogtreecommitdiff
path: root/basic/source/comp/loops.cxx
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/source/comp/loops.cxx
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/source/comp/loops.cxx')
-rw-r--r--basic/source/comp/loops.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/comp/loops.cxx b/basic/source/comp/loops.cxx
index fb9680d95cb7..92a4fcbb496d 100644
--- a/basic/source/comp/loops.cxx
+++ b/basic/source/comp/loops.cxx
@@ -209,7 +209,7 @@ void SbiParser::For()
{
TestToken( _IN_ );
SbiExpression aCollExpr( this, SbOPERAND );
- aCollExpr.Gen(); // Colletion var to for stack
+ aCollExpr.Gen(); // Collection var to for stack
TestEoln();
aGen.Gen( _INITFOREACH );
}