summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-06-01 14:01:34 +0200
committerJulien Nabet <serval2412@yahoo.fr>2018-06-01 16:11:15 +0200
commit587a21002699c0dd7f7a8a40b485acfb6b63fc97 (patch)
tree5ebeb853c72176a927d4fbf40bdac7e130e3d5fa /sc
parent94dcb3b1a5b38b7b35cb75b068836d78134a6b7b (diff)
Fix typos
Change-Id: Icc6fd609d3e57277822c4de76bd3baf4b1900840 Reviewed-on: https://gerrit.libreoffice.org/55176 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc')
-rw-r--r--sc/source/filter/excel/xicontent.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/excel/xicontent.cxx b/sc/source/filter/excel/xicontent.cxx
index f8a98508b4cd..2ee892c287e2 100644
--- a/sc/source/filter/excel/xicontent.cxx
+++ b/sc/source/filter/excel/xicontent.cxx
@@ -886,7 +886,7 @@ void XclImpValidationManager::ReadDV( XclImpStream& rStrm )
// No valid validation found. Bail out.
return;
- // The default value for comparision is _BETWEEN. However, custom
+ // The default value for comparison is _BETWEEN. However, custom
// rules are a formula, and thus the comparator should be ignored
// and only a true or false from the formula is evaluated. In Calc,
// formulas use comparison SC_COND_DIRECT.