[gnumeric] Typos



commit dd45fb0e8a8548b45c68930e7a2f88c712aec2c3
Author: J.H.M. Dassen (Ray) <jdassen debian org>
Date:   Wed Feb 17 20:20:22 2010 +0100

    Typos

 doc/C/func.defs             |    2 +-
 doc/C/functions.xml         |    2 +-
 doc/C/gui-menus.xml         |    2 +-
 plugins/fn-math/functions.c |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/doc/C/func.defs b/doc/C/func.defs
index 0622f22..ef29a89 100644
--- a/doc/C/func.defs
+++ b/doc/C/func.defs
@@ -3109,7 +3109,7 @@ If any argument is zero, the result is zero.
 
 @CATEGORY=Mathematics
 @FUNCTION=CHOLESKY
- SHORTDESC=the Cholesky decomposition of the symmetric positiv-definite @{matrix}
+ SHORTDESC=the Cholesky decomposition of the symmetric positive-definite @{matrix}
 @SYNTAX=CHOLESKY(matrix)
 @ARGUMENTDESCRIPTION= {matrix}: a symmetric positive definite matrix
 @NOTE=If the Cholesky-Banachiewicz algorithm applied to @{matrix} fails, Cholesky returns #NUM! If @{matrix} does not contain an equal number of columns and rows, CHOLESKY returns #VALUE!
diff --git a/doc/C/functions.xml b/doc/C/functions.xml
index 80f44c9..00cdfc7 100644
--- a/doc/C/functions.xml
+++ b/doc/C/functions.xml
@@ -10355,7 +10355,7 @@
           <function>CHOLESKY</function>
         </refname>
         <refpurpose>
-        the Cholesky decomposition of the symmetric positiv-definite <parameter>matrix</parameter>
+        the Cholesky decomposition of the symmetric positive-definite <parameter>matrix</parameter>
       </refpurpose>
       </refnamediv>
       <refsynopsisdiv>
diff --git a/doc/C/gui-menus.xml b/doc/C/gui-menus.xml
index 819c74f..57fb8c8 100644
--- a/doc/C/gui-menus.xml
+++ b/doc/C/gui-menus.xml
@@ -1081,7 +1081,7 @@
                   </para>
                 </listitem>
               </itemizedlist>
-              <para>In all csaes, the region of the worksheet above or to the right 
+              <para>In all cases, the region of the worksheet above or to the right 
                 of the currently visible region will become inaccessible until the
                 view is unfrozen.
               </para>
diff --git a/plugins/fn-math/functions.c b/plugins/fn-math/functions.c
index 15bc9e6..cff056b 100644
--- a/plugins/fn-math/functions.c
+++ b/plugins/fn-math/functions.c
@@ -2680,7 +2680,7 @@ gnumeric_minverse (GnmFuncEvalInfo *ei, GnmValue const * const *argv)
 /***************************************************************************/
 
 static GnmFuncHelp const help_cholesky[] = {
-        { GNM_FUNC_HELP_NAME, F_("CHOLESKY:the Cholesky decomposition of the symmetric positiv-definite @{matrix}")},
+        { GNM_FUNC_HELP_NAME, F_("CHOLESKY:the Cholesky decomposition of the symmetric positive-definite @{matrix}")},
         { GNM_FUNC_HELP_ARG, F_("matrix:a symmetric positive definite matrix")},
 	{ GNM_FUNC_HELP_NOTE, F_("If the Cholesky-Banachiewicz algorithm applied to @{matrix} fails, Cholesky returns #NUM!") },
 	{ GNM_FUNC_HELP_NOTE, F_("If @{matrix} does not contain an equal number of columns and rows, CHOLESKY returns #VALUE!") },



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