summaryrefslogtreecommitdiff
path: root/sc/qa/unit/subsequent_filters-test.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-27 23:41:27 +0200
committerMichael Stahl <mstahl@redhat.com>2017-03-28 20:43:04 +0000
commitfd3449946492e80811e4a51231cf1061c607d8b7 (patch)
treef69601fc4a063a8690af947d73be0373b38a370f /sc/qa/unit/subsequent_filters-test.cxx
parent55ddbfc610d2a00e565ca7bcb0277da33bb90947 (diff)
Fix typos
Change-Id: Ibef75de246fb31884153437fe8c05e299fe5962f Reviewed-on: https://gerrit.libreoffice.org/35782 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sc/qa/unit/subsequent_filters-test.cxx')
-rw-r--r--sc/qa/unit/subsequent_filters-test.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/unit/subsequent_filters-test.cxx b/sc/qa/unit/subsequent_filters-test.cxx
index 29a8802bf1e0..56bbcb6d3f36 100644
--- a/sc/qa/unit/subsequent_filters-test.cxx
+++ b/sc/qa/unit/subsequent_filters-test.cxx
@@ -668,7 +668,7 @@ void ScFiltersTest::testCachedFormulaResultsODS()
//we want to me sure that volatile functions are always recalculated
//regardless of cached results. if you update the ods file, you must
//update the values here.
- //if NOW() is recalcuated, then it should never equal sTodayCache
+ //if NOW() is recalculated, then it should never equal sTodayCache
OUString sTodayCache("01/25/13 01:06 PM");
OUString sTodayRecalc(rDoc.GetString(0,0,1));