From 4cf0bd4bc41fd5620afdd3b8a436b571d3322cc7 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 3 Jul 2018 11:11:01 +0200 Subject: Fix typo Change-Id: I28a12befa0df6dcfcec7bad39c8691425b5b5d9d Reviewed-on: https://gerrit.libreoffice.org/56852 Reviewed-by: Julien Nabet Tested-by: Jenkins --- sc/source/ui/StatisticsDialogs/RegressionDialog.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc') diff --git a/sc/source/ui/StatisticsDialogs/RegressionDialog.cxx b/sc/source/ui/StatisticsDialogs/RegressionDialog.cxx index f7bdbd3271ba..086ef9b451cd 100644 --- a/sc/source/ui/StatisticsDialogs/RegressionDialog.cxx +++ b/sc/source/ui/StatisticsDialogs/RegressionDialog.cxx @@ -381,7 +381,7 @@ void ScRegressionDialog::WriteRawRegressionResults(AddressWalkerWriter& rOutput, rTemplate.setTemplate(constTemplateLINEST[nRegressionIndex]); rOutput.writeMatrixFormula(rTemplate.getTemplate(), 1 + mnNumIndependentVars, 5); // Add LINEST result components to template - // 1. Add ranges for coeffients and standard errors for indep. vars and the intercept. + // 1. Add ranges for coefficients and standard errors for indep. vars and the intercept. // Note that these two are in the reverse order(m_n, m_n-1, ..., m_1, b) w.r.t what we expect. rTemplate.autoReplaceRange("%COEFFICIENTS_REV_RANGE%", ScRange(rOutput.current(), rOutput.current(mnNumIndependentVars))); rTemplate.autoReplaceRange("%SERRORSX_REV_RANGE%", ScRange(rOutput.current(0, 1), rOutput.current(mnNumIndependentVars, 1))); -- cgit