summaryrefslogtreecommitdiff
path: root/include/formula
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-07-02 18:23:08 +0200
committerMichael Stahl <mstahl@redhat.com>2015-07-03 09:32:26 +0000
commit420923ba76ad84892fd242ed37be9d85e1ea03fe (patch)
tree838189ec6fe7fbe36419ea397f4a8de5a79aed72 /include/formula
parent918d3e30d7ff91387d9de55156a4c1364cc7b58c (diff)
Fix typos
Change-Id: Ie2bbe020fc6e3a4a4f913208c245f395849bb9ee Reviewed-on: https://gerrit.libreoffice.org/16708 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'include/formula')
-rw-r--r--include/formula/vectortoken.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/formula/vectortoken.hxx b/include/formula/vectortoken.hxx
index b1853ea7316d..c8babc5c4238 100644
--- a/include/formula/vectortoken.hxx
+++ b/include/formula/vectortoken.hxx
@@ -81,7 +81,7 @@ class FORMULA_DLLPUBLIC DoubleVectorRefToken : public FormulaToken
size_t mnArrayLength; /// length of all arrays which does not include trailing empty region.
size_t mnRefRowSize; /// original reference row size. The row size may
/// change as it goes down the array if either the
- /// stard or end position is fixed.
+ /// start or end position is fixed.
bool mbStartFixed:1; /// whether or not the start row position is absolute.
bool mbEndFixed:1; /// whether or not the end row position is absolute.