sc/source/ui/StatisticsDialogs/RegressionDialog.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4cf0bd4bc41fd5620afdd3b8a436b571d3322cc7
Author: Andrea Gelmini <andrea.gelm...@gelma.net>
Date:   Tue Jul 3 11:11:01 2018 +0200

    Fix typo
    
    Change-Id: I28a12befa0df6dcfcec7bad39c8691425b5b5d9d
    Reviewed-on: https://gerrit.libreoffice.org/56852
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    Tested-by: Jenkins

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)));
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to