From 352d632820b1815a34f3e15a92a0a8e1d6ee623b Mon Sep 17 00:00:00 2001 From: Valek Frob Date: Sat, 27 May 2000 12:45:36 +0000 Subject: [PATCH] Typos in description fixed. --- ChangeLog | 5 +++++ ChangeLog-2000-10-10 | 5 +++++ OChangeLog-2000-10-10 | 5 +++++ OChangeLog-2001-06-26 | 5 +++++ OChangeLog-2002-01-22 | 5 +++++ OChangeLog-2003-12-23 | 5 +++++ OChangeLog-2005-11-14 | 5 +++++ plugins/fn-lookup/functions.c | 2 +- plugins/fn-math/functions.c | 16 ++++++++-------- plugins/fn-stat/functions.c | 20 ++++++++++---------- src/functions/fn-lookup.c | 2 +- src/functions/fn-math.c | 16 ++++++++-------- src/functions/fn-stat.c | 20 ++++++++++---------- 13 files changed, 73 insertions(+), 38 deletions(-) diff --git a/ChangeLog b/ChangeLog index b74d1b0f4..1be2ba1df 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-05-27 Valek Filippov + + * src/functions/fn-math.c, fn-stat.c, fn-lookup.c: typos in + description fixed. + 2000-05-27 Almer. S. Tigelaar. * src/dialogs/stf-parse.c: diff --git a/ChangeLog-2000-10-10 b/ChangeLog-2000-10-10 index b74d1b0f4..1be2ba1df 100644 --- a/ChangeLog-2000-10-10 +++ b/ChangeLog-2000-10-10 @@ -1,3 +1,8 @@ +2000-05-27 Valek Filippov + + * src/functions/fn-math.c, fn-stat.c, fn-lookup.c: typos in + description fixed. + 2000-05-27 Almer. S. Tigelaar. * src/dialogs/stf-parse.c: diff --git a/OChangeLog-2000-10-10 b/OChangeLog-2000-10-10 index b74d1b0f4..1be2ba1df 100644 --- a/OChangeLog-2000-10-10 +++ b/OChangeLog-2000-10-10 @@ -1,3 +1,8 @@ +2000-05-27 Valek Filippov + + * src/functions/fn-math.c, fn-stat.c, fn-lookup.c: typos in + description fixed. + 2000-05-27 Almer. S. Tigelaar. * src/dialogs/stf-parse.c: diff --git a/OChangeLog-2001-06-26 b/OChangeLog-2001-06-26 index b74d1b0f4..1be2ba1df 100644 --- a/OChangeLog-2001-06-26 +++ b/OChangeLog-2001-06-26 @@ -1,3 +1,8 @@ +2000-05-27 Valek Filippov + + * src/functions/fn-math.c, fn-stat.c, fn-lookup.c: typos in + description fixed. + 2000-05-27 Almer. S. Tigelaar. * src/dialogs/stf-parse.c: diff --git a/OChangeLog-2002-01-22 b/OChangeLog-2002-01-22 index b74d1b0f4..1be2ba1df 100644 --- a/OChangeLog-2002-01-22 +++ b/OChangeLog-2002-01-22 @@ -1,3 +1,8 @@ +2000-05-27 Valek Filippov + + * src/functions/fn-math.c, fn-stat.c, fn-lookup.c: typos in + description fixed. + 2000-05-27 Almer. S. Tigelaar. * src/dialogs/stf-parse.c: diff --git a/OChangeLog-2003-12-23 b/OChangeLog-2003-12-23 index b74d1b0f4..1be2ba1df 100644 --- a/OChangeLog-2003-12-23 +++ b/OChangeLog-2003-12-23 @@ -1,3 +1,8 @@ +2000-05-27 Valek Filippov + + * src/functions/fn-math.c, fn-stat.c, fn-lookup.c: typos in + description fixed. + 2000-05-27 Almer. S. Tigelaar. * src/dialogs/stf-parse.c: diff --git a/OChangeLog-2005-11-14 b/OChangeLog-2005-11-14 index b74d1b0f4..1be2ba1df 100644 --- a/OChangeLog-2005-11-14 +++ b/OChangeLog-2005-11-14 @@ -1,3 +1,8 @@ +2000-05-27 Valek Filippov + + * src/functions/fn-math.c, fn-stat.c, fn-lookup.c: typos in + description fixed. + 2000-05-27 Almer. S. Tigelaar. * src/dialogs/stf-parse.c: diff --git a/plugins/fn-lookup/functions.c b/plugins/fn-lookup/functions.c index dd1f26fc7..cd02bc075 100644 --- a/plugins/fn-lookup/functions.c +++ b/plugins/fn-lookup/functions.c @@ -677,7 +677,7 @@ static char *help_indirect = { "reference the format of which is either A1 or R1C1 style. The " "style is set by the format boolean, which defaults to the former." "\n" - "If ref_text is not a valid reference returns #REF! " + "If @ref_text is not a valid reference returns #REF! " "\n" "@EXAMPLES=\n" "\n" diff --git a/plugins/fn-math/functions.c b/plugins/fn-math/functions.c index c6593bf39..fa749d24e 100644 --- a/plugins/fn-math/functions.c +++ b/plugins/fn-math/functions.c @@ -1347,18 +1347,18 @@ gnumeric_randbinom (FunctionEvalInfo *ei, Value **argv) /***************************************************************************/ static char *help_randnegbinom = { - N_("@FUNCTION=RandNegBinom\n" - "@SYNTAX=RandNegBinom(p,failures)\n" + N_("@FUNCTION=RANDNEGBINOM\n" + "@SYNTAX=RANDNEGBINOM(p,failures)\n" "@DESCRIPTION=" - "RandNegBinom returns a negitive binomialy distributed random " + "RANDNEGBINOM returns a negitive binomialy distributed random " "number. " "\n" - "If @p < 0 or @p > 1 RandNegBinom returns #NUM! error. " - "If @failures RandNegBinom returns #NUM! error. " + "If @p < 0 or @p > 1, RANDNEGBINOM returns #NUM! error. " + "If @failures RANDNEGBINOM returns #NUM! error. " "\n" "@EXAMPLES=\n" - "RandNegBinom(0.5,2).\n" + "RANDNEGBINOM(0.5,2).\n" "\n" "@SEEALSO=RAND,RANDBETWEEN") }; @@ -3228,7 +3228,7 @@ static char *help_mdeterm = { "@EXAMPLES=\n" "Let us assume that A1, ..., A4 contain numbers 2, 3, 7, and 3, " "B1, ..., B4 4, 2, 4, and 1, C1, ..., C4 9, 4, 3, and 2, and " - "D1, ..., D4 7, 3, 6, and 5. Then.\n" + "D1, ..., D4 7, 3, 6, and 5. Then\n" "MDETERM(A1:D4) equals 148.\n" "\n" "@SEEALSO=MMULT, MINVERSE") @@ -3281,7 +3281,7 @@ static char *help_sumproduct = { "products. If an array entry is not numeric, the value zero is " "used instead. " "\n" - "If array or range arguments do not have the same dimentions, " + "If arrays or range arguments do not have the same dimentions, " "SUMPRODUCT returns #VALUE! error. " "This function is Excel compatible. " "\n" diff --git a/plugins/fn-stat/functions.c b/plugins/fn-stat/functions.c index 326e002bb..602049a72 100644 --- a/plugins/fn-stat/functions.c +++ b/plugins/fn-stat/functions.c @@ -153,7 +153,7 @@ static char *help_var = { "@DESCRIPTION=" "VAR estimates the variance of a sample of a population. " - "To get the true variance of a complete population use @VARP" + "To get the true variance of a complete population use @VARP." "\n" "(VAR is also known as the N-1-variance. Under reasonable " "conditions, it is the maximum-likelihood estimator for the " @@ -186,7 +186,7 @@ static char *help_stdev = { "@DESCRIPTION=" "STDEV returns standard deviation of a set of numbers " - "treating these numbers as members of a population" + "treating these numbers as members of a population. " "This function is Excel compatible. " "\n" "@EXAMPLES=\n" @@ -215,7 +215,7 @@ static char *help_stdevp = { "@DESCRIPTION=" "STDEVP returns standard deviation of a set of numbers " - "treating these numbers as members of a complete population" + "treating these numbers as members of a complete population. " "This function is Excel compatible. " "\n" "@EXAMPLES=\n" @@ -1042,7 +1042,7 @@ static char *help_skewp = { "@SYNTAX=SKEWP(n1, n2, ...)\n" "@DESCRIPTION=" - "SKEW returns the population skewness of a data set." + "SKEWP returns the population skewness of a data set." "\n" "Strings and empty cells are simply ignored." "\n" @@ -1155,7 +1155,7 @@ static char *help_gammadist = { "@DESCRIPTION=" "GAMMADIST function returns the gamma distribution. If @cum " - "is TRUE GAMMADIST returns the incomplete gamma function, " + "is TRUE, GAMMADIST returns the incomplete gamma function, " "otherwise it returns the probability mass function." "\n" "If @x < 0 GAMMADIST returns #NUM! error. " @@ -1733,7 +1733,7 @@ static char *help_critbinom = { "@DESCRIPTION=" "CRITBINOM function returns the smallest value for which the" - "cumulative is creater than or equal to a given value. " + "cumulative is greater than or equal to a given value. " "@n is the number of trials, @p is the probability of success in " "trials, and @alpha is the criterion value. " "\n" @@ -1807,7 +1807,7 @@ static char *help_hypgeomdist = { "@SYNTAX=HYPGEOMDIST(x,n,M,N)\n" "@DESCRIPTION=" - "HYPGEOMDIST function returns the hypergeometric distribution " + "HYPGEOMDIST function returns the hypergeometric distribution. " "@x is the number of successes in the sample, @n is the number " "of trials, @M is the number of successes overall, and @N is the" "population size." @@ -2094,7 +2094,7 @@ static char *help_kurtp = { "@SYNTAX=KURTP(n1, n2, ...)\n" "@DESCRIPTION=" - "KURT returns the population kurtosis of a data set." + "KURTP returns the population kurtosis of a data set." "\n" "Strings and empty cells are simply ignored." "\n" @@ -2224,7 +2224,7 @@ static char *help_poisson = { "@SYNTAX=POISSON(x,mean,cumulative)\n" "@DESCRIPTION=" - "POISSON function returns the Poisson distribution " + "POISSON function returns the Poisson distribution. " "@x is the number of events, @mean is the expected numeric value " "@cumulative describes whether to return the sum of the " "poisson function from 0 to @x." @@ -3281,7 +3281,7 @@ static char *help_quartile = { "QUARTILE function returns the quartile of the given data " "points. " "\n" - "If quart is equal to: QUARTILE returns:\n" + "If @quart is equal to: QUARTILE returns:\n" "0 the smallest value of @array.\n" "1 the first quartile\n" "2 the second quartile\n" diff --git a/src/functions/fn-lookup.c b/src/functions/fn-lookup.c index dd1f26fc7..cd02bc075 100644 --- a/src/functions/fn-lookup.c +++ b/src/functions/fn-lookup.c @@ -677,7 +677,7 @@ static char *help_indirect = { "reference the format of which is either A1 or R1C1 style. The " "style is set by the format boolean, which defaults to the former." "\n" - "If ref_text is not a valid reference returns #REF! " + "If @ref_text is not a valid reference returns #REF! " "\n" "@EXAMPLES=\n" "\n" diff --git a/src/functions/fn-math.c b/src/functions/fn-math.c index c6593bf39..fa749d24e 100644 --- a/src/functions/fn-math.c +++ b/src/functions/fn-math.c @@ -1347,18 +1347,18 @@ gnumeric_randbinom (FunctionEvalInfo *ei, Value **argv) /***************************************************************************/ static char *help_randnegbinom = { - N_("@FUNCTION=RandNegBinom\n" - "@SYNTAX=RandNegBinom(p,failures)\n" + N_("@FUNCTION=RANDNEGBINOM\n" + "@SYNTAX=RANDNEGBINOM(p,failures)\n" "@DESCRIPTION=" - "RandNegBinom returns a negitive binomialy distributed random " + "RANDNEGBINOM returns a negitive binomialy distributed random " "number. " "\n" - "If @p < 0 or @p > 1 RandNegBinom returns #NUM! error. " - "If @failures RandNegBinom returns #NUM! error. " + "If @p < 0 or @p > 1, RANDNEGBINOM returns #NUM! error. " + "If @failures RANDNEGBINOM returns #NUM! error. " "\n" "@EXAMPLES=\n" - "RandNegBinom(0.5,2).\n" + "RANDNEGBINOM(0.5,2).\n" "\n" "@SEEALSO=RAND,RANDBETWEEN") }; @@ -3228,7 +3228,7 @@ static char *help_mdeterm = { "@EXAMPLES=\n" "Let us assume that A1, ..., A4 contain numbers 2, 3, 7, and 3, " "B1, ..., B4 4, 2, 4, and 1, C1, ..., C4 9, 4, 3, and 2, and " - "D1, ..., D4 7, 3, 6, and 5. Then.\n" + "D1, ..., D4 7, 3, 6, and 5. Then\n" "MDETERM(A1:D4) equals 148.\n" "\n" "@SEEALSO=MMULT, MINVERSE") @@ -3281,7 +3281,7 @@ static char *help_sumproduct = { "products. If an array entry is not numeric, the value zero is " "used instead. " "\n" - "If array or range arguments do not have the same dimentions, " + "If arrays or range arguments do not have the same dimentions, " "SUMPRODUCT returns #VALUE! error. " "This function is Excel compatible. " "\n" diff --git a/src/functions/fn-stat.c b/src/functions/fn-stat.c index 326e002bb..602049a72 100644 --- a/src/functions/fn-stat.c +++ b/src/functions/fn-stat.c @@ -153,7 +153,7 @@ static char *help_var = { "@DESCRIPTION=" "VAR estimates the variance of a sample of a population. " - "To get the true variance of a complete population use @VARP" + "To get the true variance of a complete population use @VARP." "\n" "(VAR is also known as the N-1-variance. Under reasonable " "conditions, it is the maximum-likelihood estimator for the " @@ -186,7 +186,7 @@ static char *help_stdev = { "@DESCRIPTION=" "STDEV returns standard deviation of a set of numbers " - "treating these numbers as members of a population" + "treating these numbers as members of a population. " "This function is Excel compatible. " "\n" "@EXAMPLES=\n" @@ -215,7 +215,7 @@ static char *help_stdevp = { "@DESCRIPTION=" "STDEVP returns standard deviation of a set of numbers " - "treating these numbers as members of a complete population" + "treating these numbers as members of a complete population. " "This function is Excel compatible. " "\n" "@EXAMPLES=\n" @@ -1042,7 +1042,7 @@ static char *help_skewp = { "@SYNTAX=SKEWP(n1, n2, ...)\n" "@DESCRIPTION=" - "SKEW returns the population skewness of a data set." + "SKEWP returns the population skewness of a data set." "\n" "Strings and empty cells are simply ignored." "\n" @@ -1155,7 +1155,7 @@ static char *help_gammadist = { "@DESCRIPTION=" "GAMMADIST function returns the gamma distribution. If @cum " - "is TRUE GAMMADIST returns the incomplete gamma function, " + "is TRUE, GAMMADIST returns the incomplete gamma function, " "otherwise it returns the probability mass function." "\n" "If @x < 0 GAMMADIST returns #NUM! error. " @@ -1733,7 +1733,7 @@ static char *help_critbinom = { "@DESCRIPTION=" "CRITBINOM function returns the smallest value for which the" - "cumulative is creater than or equal to a given value. " + "cumulative is greater than or equal to a given value. " "@n is the number of trials, @p is the probability of success in " "trials, and @alpha is the criterion value. " "\n" @@ -1807,7 +1807,7 @@ static char *help_hypgeomdist = { "@SYNTAX=HYPGEOMDIST(x,n,M,N)\n" "@DESCRIPTION=" - "HYPGEOMDIST function returns the hypergeometric distribution " + "HYPGEOMDIST function returns the hypergeometric distribution. " "@x is the number of successes in the sample, @n is the number " "of trials, @M is the number of successes overall, and @N is the" "population size." @@ -2094,7 +2094,7 @@ static char *help_kurtp = { "@SYNTAX=KURTP(n1, n2, ...)\n" "@DESCRIPTION=" - "KURT returns the population kurtosis of a data set." + "KURTP returns the population kurtosis of a data set." "\n" "Strings and empty cells are simply ignored." "\n" @@ -2224,7 +2224,7 @@ static char *help_poisson = { "@SYNTAX=POISSON(x,mean,cumulative)\n" "@DESCRIPTION=" - "POISSON function returns the Poisson distribution " + "POISSON function returns the Poisson distribution. " "@x is the number of events, @mean is the expected numeric value " "@cumulative describes whether to return the sum of the " "poisson function from 0 to @x." @@ -3281,7 +3281,7 @@ static char *help_quartile = { "QUARTILE function returns the quartile of the given data " "points. " "\n" - "If quart is equal to: QUARTILE returns:\n" + "If @quart is equal to: QUARTILE returns:\n" "0 the smallest value of @array.\n" "1 the first quartile\n" "2 the second quartile\n" -- GitLab