summaryrefslogtreecommitdiff
path: root/basic/source/comp
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-10-02 10:52:20 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2015-10-02 08:54:51 +0000
commit2957be02c5c4847046b9d192c7a76717c8849559 (patch)
treec46be85eb3a51dbbce048227282ca748ddf77676 /basic/source/comp
parent34ab9e2e1790f053910a71cf7b8a7e2f054ddd34 (diff)
Fix typos
Change-Id: I776c517ba87838c0c3391f79010a30fa7fe2abd3 Reviewed-on: https://gerrit.libreoffice.org/18939 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'basic/source/comp')
-rw-r--r--basic/source/comp/exprnode.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/comp/exprnode.cxx b/basic/source/comp/exprnode.cxx
index cb1f429c384c..2b65fd1c6fd0 100644
--- a/basic/source/comp/exprnode.cxx
+++ b/basic/source/comp/exprnode.cxx
@@ -202,7 +202,7 @@ short SbiExprNode::GetDepth()
// Adjustment of a tree:
// 1. Constant Folding
// 2. Type-Adjustment
-// 3. Conversion of the operans into Strings
+// 3. Conversion of the operands into Strings
// 4. Lifting of the composite- and error-bits
void SbiExprNode::Optimize(SbiParser* pParser)