[gnumeric] fix sech name record
- From: Andreas J. Guelzow <guelzow src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnumeric] fix sech name record
- Date: Fri, 14 Aug 2009 19:27:16 +0000 (UTC)
commit 322f6fa78b23646c8c64913a9e420fb20b01ba85
Author: Andreas J. Guelzow <aguelzow pyrshep ca>
Date: Fri Aug 14 13:26:51 2009 -0600
fix sech name record
2009-08-14 Andreas J. Guelzow <aguelzow pyrshep ca>
* functions.c (help_sech): fix name record
plugins/fn-math/ChangeLog | 4 ++++
plugins/fn-math/functions.c | 2 +-
2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/plugins/fn-math/ChangeLog b/plugins/fn-math/ChangeLog
index dc059e8..c4cb32a 100644
--- a/plugins/fn-math/ChangeLog
+++ b/plugins/fn-math/ChangeLog
@@ -1,5 +1,9 @@
2009-08-14 Andreas J. Guelzow <aguelzow pyrshep ca>
+ * functions.c (help_sech): fix name record
+
+2009-08-14 Andreas J. Guelzow <aguelzow pyrshep ca>
+
* functions.c (help_abs): fix name record
(help_asinh): fix name record
(help_coth): fix name record
diff --git a/plugins/fn-math/functions.c b/plugins/fn-math/functions.c
index 8ba105f..c2e8973 100644
--- a/plugins/fn-math/functions.c
+++ b/plugins/fn-math/functions.c
@@ -1254,7 +1254,7 @@ gnumeric_sec (GnmFuncEvalInfo *ei, GnmValue const * const *argv)
/***************************************************************************/
static GnmFuncHelp const help_sech[] = {
- { GNM_FUNC_HELP_NAME, F_("SEC:Hyperbolic secant")},
+ { GNM_FUNC_HELP_NAME, F_("SECH:Hyperbolic secant")},
{ GNM_FUNC_HELP_ARG, F_("x:angle in radians")},
{ GNM_FUNC_HELP_EXCEL, F_("This function is not Excel compatible.") },
{ GNM_FUNC_HELP_ODF, F_("SECH(@{x}) is exported to OpenFormula as 1/COSH(@{x}).") },
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]