[gnumeric] Typo.
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] Typo.
- Date: Sun, 30 Mar 2014 18:47:18 +0000 (UTC)
commit a3b9a12c7e3f5414fc3db1e8765e499ae65f9b56
Author: Morten Welinder <terra gnome org>
Date: Sun Mar 30 14:47:06 2014 -0400
Typo.
plugins/fn-tsa/functions.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/fn-tsa/functions.c b/plugins/fn-tsa/functions.c
index 8955f4d..e24f566 100644
--- a/plugins/fn-tsa/functions.c
+++ b/plugins/fn-tsa/functions.c
@@ -925,7 +925,7 @@ static GnmFuncHelp const help_hpfilter[] = {
{ GNM_FUNC_HELP_DESCRIPTION, F_("This array function returns the trend and cyclical components
obtained by applying the Hodrick Prescott Filter with parameter @{\316\273} to the given data sequence.") },
{ GNM_FUNC_HELP_DESCRIPTION, F_("The output consists of two columns of numbers, the first containing
the trend component, the second the cyclical component.") },
{ GNM_FUNC_HELP_NOTE, F_("If @{Sequence} is neither an n by 1 nor 1 by n array, this function returns
#VALUE!") },
- { GNM_FUNC_HELP_NOTE, F_("If @{Sequence} contians less than 6 numerical values, this function returns
#VALUE!") },
+ { GNM_FUNC_HELP_NOTE, F_("If @{Sequence} contains less than 6 numerical values, this function returns
#VALUE!") },
{ GNM_FUNC_HELP_END, NULL }
};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]