[gnumeric] fn-math: fix typo in function name



commit 6f4299c0534444bb8357101032c570eb9d38f887
Author: Morten Welinder <terra gnome org>
Date:   Tue Sep 27 19:50:07 2016 -0400

    fn-math: fix typo in function name

 plugins/fn-math/functions.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plugins/fn-math/functions.c b/plugins/fn-math/functions.c
index 949e11f..9cd262e 100644
--- a/plugins/fn-math/functions.c
+++ b/plugins/fn-math/functions.c
@@ -2847,7 +2847,7 @@ static GnmFuncHelp const help_mpseudoinverse[] = {
 
 
 static GnmValue *
-gnumeric_mpseudominverse (GnmFuncEvalInfo *ei, GnmValue const * const *argv)
+gnumeric_mpseudoinverse (GnmFuncEvalInfo *ei, GnmValue const * const *argv)
 {
        GnmMatrix *A = NULL;
        GnmMatrix *B = NULL;
@@ -3681,7 +3681,7 @@ GnmFuncDescriptor const math_functions[] = {
          gnumeric_minverse, NULL, NULL, NULL,
          GNM_FUNC_RETURNS_NON_SCALAR, GNM_FUNC_IMPL_STATUS_COMPLETE, GNM_FUNC_TEST_STATUS_BASIC },
        { "mpseudoinverse","A|f", help_mpseudoinverse,
-         gnumeric_mpseudominverse, NULL, NULL, NULL,
+         gnumeric_mpseudoinverse, NULL, NULL, NULL,
          GNM_FUNC_RETURNS_NON_SCALAR, GNM_FUNC_IMPL_STATUS_UNIQUE_TO_GNUMERIC, 
GNM_FUNC_TEST_STATUS_NO_TESTSUITE },
        { "linsolve", "AA",  help_linsolve,
          gnumeric_linsolve, NULL, NULL, NULL,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]