[gnumeric] Docs: propagate spelling fixes.



commit 3cb034248e0147ff3265743a88218620f1c081f2
Author: Morten Welinder <terra gnome org>
Date:   Sun Sep 20 19:48:23 2009 -0400

    Docs: propagate spelling fixes.

 doc/C/func.defs     |   16 ++++++++--------
 doc/C/functions.xml |   16 ++++++++--------
 2 files changed, 16 insertions(+), 16 deletions(-)
---
diff --git a/doc/C/func.defs b/doc/C/func.defs
index 483e8c4..5788801 100644
--- a/doc/C/func.defs
+++ b/doc/C/func.defs
@@ -794,7 +794,7 @@ The natural logarithm is not uniquely defined on complex numbers. You may need t
 @DESCRIPTION=BASE converts @{n} to its string representation in base @{b}. Leading zeroes will be added to reach the minimum length given by @{length}.
 @{n}: integer
 @{b}: base (2 â?¤ @{b} â?¤ 36)
- {length}: minimum length of the resutling string
+ {length}: minimum length of the resulting string
 
 @SEEALSO=DECIMAL
 
@@ -1111,7 +1111,7 @@ If any argument is zero, the result is zero.
 @CATEGORY=Erlang
 @FUNCTION=PROBBLOCK
 @SYNTAX=PROBBLOCK(traffic,circuits)
- DESCRIPTION=PROBBLOCK returns probability of blocking when @{traffic} calls load into @{ccicuits} circuits.
+ DESCRIPTION=PROBBLOCK returns probability of blocking when @{traffic} calls load into @{circuits} circuits.
 @{traffic}: number of calls
 @{circuits}: number of circuits
 
@@ -1468,7 +1468,7 @@ If any argument is zero, the result is zero.
 @FUNCTION=FVSCHEDULE
 @SYNTAX=FVSCHEDULE(principal,schedule)
 @DESCRIPTION=FVSCHEDULE calculates the future value of @{principal} after applying a range of interest rates with compounding.
- {principal}: intial value
+ {principal}: initial value
 @{schedule}: range of interest rates
 
 @SEEALSO=FV
@@ -2160,7 +2160,7 @@ If any argument is zero, the result is zero.
 @CATEGORY=Finance
 @FUNCTION=RRI
 @SYNTAX=RRI(p,pv,fv)
- DESCRIPTION=RRI dtermines an equivalent interest rate for an investment that increases in value. The interest is compounded after each complete period.
+ DESCRIPTION=RRI determines an equivalent interest rate for an investment that increases in value. The interest is compounded after each complete period.
 @{p}: number of periods
 @{pv}: present value
 @{fv}: future value
@@ -3014,7 +3014,7 @@ If any argument is zero, the result is zero.
 @CATEGORY=Mathematics
 @FUNCTION=LCM
 @SYNTAX=LCM(n0,n1)
- DESCRIPTION=LCM calculates the least common multiple of the given numbers @{n0},@{n1},..., the smallest integer that is a multiple of each argment.
+ DESCRIPTION=LCM calculates the least common multiple of the given numbers @{n0},@{n1},..., the smallest integer that is a multiple of each argument.
 @{n0}: positive integer
 @{n1}: positive integer
 
@@ -3545,7 +3545,7 @@ Strings and empty cells are simply ignored.
 @FUNCTION=RANDNORM
 @SYNTAX=RANDNORM(μ,Ï?)
 @DESCRIPTION=.
- {μ}: mean of the ditribution
+ {μ}: mean of the distribution
 @{Ï?}: standard deviation of the distribution
 @NOTE=If @{Ï?} < 0, RANDNORM returns #NUM!
 @SEEALSO=RAND
@@ -3820,7 +3820,7 @@ The successive use of the simulation tool also requires that you give to the too
 @DESCRIPTION=The survival function is 1 minus the cumulative distribution function.
 @{p}: probability
 @{dof_of_num}: numerator degrees of freedom
- {dof_of_denom}: denomiantor degrees of freedom
+ {dof_of_denom}: denominator degrees of freedom
 
 @NOTE=If @{p} < 0 or @{p} > 1 this function returns a #NUM! error.
 @NOTE=If @{dof_of_num} < 1 or @{dof_of_denom} < 1 this function returns a #NUM! error.
@@ -5026,7 +5026,7 @@ The successive use of the simulation tool also requires that you give to the too
 @DESCRIPTION=.
 @{ref}: data set
 @{x}: mean as given in the null hypothesis
- {stddev}: population stadard deviation, defaults to the sample standard deviation
+ {stddev}: population standard deviation, defaults to the sample standard deviation
 @NOTE=If @{ref} contains less than two data items ZTEST returns #DIV/0! error.
 @SEEALSO=CONFIDENCE,NORMDIST,NORMINV,NORMSDIST,NORMSINV,STANDARDIZE
 
diff --git a/doc/C/functions.xml b/doc/C/functions.xml
index 57962de..19b2a84 100644
--- a/doc/C/functions.xml
+++ b/doc/C/functions.xml
@@ -2710,7 +2710,7 @@
         <para><function>BASE</function> converts <parameter>n</parameter> to its string representation in base <parameter>b</parameter>. Leading zeroes will be added to reach the minimum length given by <parameter>length</parameter>.</para>
         <para><parameter>n</parameter>: integer</para>
         <para><parameter>b</parameter>: base (2 â?¤ <parameter>b</parameter> â?¤ 36)</para>
-        <para><parameter>length</parameter>: minimum length of the resutling string</para>
+        <para><parameter>length</parameter>: minimum length of the resulting string</para>
       </refsect1>
       <refsect1>
         <title>See also</title>
@@ -3573,7 +3573,7 @@
       </refsynopsisdiv>
       <refsect1>
         <title>Description</title>
-        <para><function>PROBBLOCK</function> returns probability of blocking when <parameter>traffic</parameter> calls load into <parameter>ccicuits</parameter> circuits.</para>
+        <para><function>PROBBLOCK</function> returns probability of blocking when <parameter>traffic</parameter> calls load into <parameter>circuits</parameter> circuits.</para>
         <para><parameter>traffic</parameter>: number of calls</para>
         <para><parameter>circuits</parameter>: number of circuits</para>
       </refsect1>
@@ -4614,7 +4614,7 @@
       <refsect1>
         <title>Description</title>
         <para><function>FVSCHEDULE</function> calculates the future value of <parameter>principal</parameter> after applying a range of interest rates with compounding.</para>
-        <para><parameter>principal</parameter>: intial value</para>
+        <para><parameter>principal</parameter>: initial value</para>
         <para><parameter>schedule</parameter>: range of interest rates</para>
       </refsect1>
       <refsect1>
@@ -6552,7 +6552,7 @@
       </refsynopsisdiv>
       <refsect1>
         <title>Description</title>
-        <para><function>RRI</function> dtermines an equivalent interest rate for an investment that increases in value. The interest is compounded after each complete period.</para>
+        <para><function>RRI</function> determines an equivalent interest rate for an investment that increases in value. The interest is compounded after each complete period.</para>
         <para><parameter>p</parameter>: number of periods</para>
         <para><parameter>pv</parameter>: present value</para>
         <para><parameter>fv</parameter>: future value</para>
@@ -9451,7 +9451,7 @@
       </refsynopsisdiv>
       <refsect1>
         <title>Description</title>
-        <para><function>LCM</function> calculates the least common multiple of the given numbers <parameter>n0</parameter>,<parameter>n1</parameter>,..., the smallest integer that is a multiple of each argment.</para>
+        <para><function>LCM</function> calculates the least common multiple of the given numbers <parameter>n0</parameter>,<parameter>n1</parameter>,..., the smallest integer that is a multiple of each argument.</para>
         <para><parameter>n0</parameter>: positive integer</para>
         <para><parameter>n1</parameter>: positive integer</para>
       </refsect1>
@@ -11430,7 +11430,7 @@
       <refsect1>
         <title>Description</title>
         <para>.</para>
-        <para>@{μ}: mean of the ditribution</para>
+        <para>@{μ}: mean of the distribution</para>
         <para>@{Ï?}: standard deviation of the distribution</para>
       </refsect1>
       <refsect1>
@@ -12367,7 +12367,7 @@
         <para>The survival function is 1 minus the cumulative distribution function.</para>
         <para><parameter>p</parameter>: probability</para>
         <para><parameter>dof_of_num</parameter>: numerator degrees of freedom</para>
-        <para><parameter>dof_of_denom</parameter>: denomiantor degrees of freedom</para>
+        <para><parameter>dof_of_denom</parameter>: denominator degrees of freedom</para>
       </refsect1>
       <refsect1>
         <title>Note</title>
@@ -16121,7 +16121,7 @@
         <para>.</para>
         <para><parameter>ref</parameter>: data set</para>
         <para><parameter>x</parameter>: mean as given in the null hypothesis</para>
-        <para><parameter>stddev</parameter>: population stadard deviation, defaults to the sample standard deviation</para>
+        <para><parameter>stddev</parameter>: population standard deviation, defaults to the sample standard deviation</para>
       </refsect1>
       <refsect1>
         <title>Note</title>



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