summaryrefslogtreecommitdiff
path: root/sc/qa/unit/functions_statistical.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2021-08-27 19:45:16 +0200
committerJulien Nabet <serval2412@yahoo.fr>2021-08-28 00:00:35 +0200
commit05ff3d67d0e2e436406786c949eb7cfca107ba33 (patch)
tree2e7999b62a605bc079c4e480c20bede93c1e1d42 /sc/qa/unit/functions_statistical.cxx
parentfe6f33f7818eb8245b2b54543e96b9ff989c69b9 (diff)
Fix typos
Change-Id: Ie4e2ef5a884b51250863d3384d5e703232f31258 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121179 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc/qa/unit/functions_statistical.cxx')
-rw-r--r--sc/qa/unit/functions_statistical.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/unit/functions_statistical.cxx b/sc/qa/unit/functions_statistical.cxx
index e82d762d88ee..2e489d26dd0d 100644
--- a/sc/qa/unit/functions_statistical.cxx
+++ b/sc/qa/unit/functions_statistical.cxx
@@ -31,7 +31,7 @@ StatisticalFunctionsTest::StatisticalFunctionsTest():
void StatisticalFunctionsTest::testIntrinsicSums()
{
- // Checkout SSE2, AVX and AVX512 opperations
+ // Checkout SSE2, AVX and AVX512 operations
// Needs exactly 9 terms
double summands[9] = { 0, 1, 2, 3, 4, 10, 20, 2, -1 };
double* pCurrent = summands;