[gnumeric] Docs: fix typos.
- From: Morten Welinder <mortenw src gnome org>
- To: svn-commits-list gnome org
- Subject: [gnumeric] Docs: fix typos.
- Date: Wed, 24 Jun 2009 15:58:41 +0000 (UTC)
commit 3561c158ede8a22cfab36481e57ee6b4ee9518cc
Author: Morten Welinder <terra gnome org>
Date: Wed Jun 24 11:58:23 2009 -0400
Docs: fix typos.
plugins/fn-math/functions.c | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/plugins/fn-math/functions.c b/plugins/fn-math/functions.c
index fc66dd8..402c745 100644
--- a/plugins/fn-math/functions.c
+++ b/plugins/fn-math/functions.c
@@ -1449,7 +1449,7 @@ static GnmFuncHelp const help_sin[] = {
{ GNM_FUNC_HELP_NAME, F_("SIN:Sine function")},
{ GNM_FUNC_HELP_ARG, F_("x:angle in radians")},
{ GNM_FUNC_HELP_SEEALSO, "COS,TAN,CSC,SEC,SINH,COSH,TANH,RADIANS,DEGREES"},
- { GNM_FUNC_HELP_EXAMPLES, F_("SIN((0.5) equals 0.479426") },
+ { GNM_FUNC_HELP_EXAMPLES, F_("SIN(0.5) equals 0.479426") },
{ GNM_FUNC_HELP_DESCRIPTION, F_("This function is Excel compatible.") },
{ GNM_FUNC_HELP_EXTREF, F_("wolfram:Sine.html") },
{ GNM_FUNC_HELP_EXTREF, F_("wiki:en:Trigonometric_functions") },
@@ -1469,7 +1469,7 @@ static GnmFuncHelp const help_csc[] = {
{ 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_("This function is OpenFormula compatible.") },
- { GNM_FUNC_HELP_EXAMPLES, F_("CSC((0.5) equals 2.085829642933488") },
+ { GNM_FUNC_HELP_EXAMPLES, F_("CSC(0.5) equals 2.085829642933488") },
{ GNM_FUNC_HELP_SEEALSO, "SIN,COS,TAN,SEC,SINH,COSH,TANH,RADIANS,DEGREES"},
{ GNM_FUNC_HELP_EXTREF, F_("wolfram:Cosecant.html") },
{ GNM_FUNC_HELP_EXTREF, F_("wiki:en:Trigonometric_functions") },
@@ -1489,7 +1489,7 @@ static GnmFuncHelp const help_csch[] = {
{ 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_("This function is OpenFormula compatible.") },
- { GNM_FUNC_HELP_EXAMPLES, F_("CSCH((0.5) equals 1.919034751334944") },
+ { GNM_FUNC_HELP_EXAMPLES, F_("CSCH(0.5) equals 1.919034751334944") },
{ GNM_FUNC_HELP_SEEALSO, "SIN,COS,TAN,CSC,SEC,SINH,COSH,TANH,RADIANS,DEGREES"},
{ GNM_FUNC_HELP_EXTREF, F_("wolfram:HyperbolicCosecant.html") },
{ GNM_FUNC_HELP_EXTREF, F_("wiki:en:Hyperbolic_function") },
@@ -1509,7 +1509,7 @@ static GnmFuncHelp const help_sec[] = {
{ 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_("SEC(@{x}) is exported to OpenFormula as 1/COS(@{x}).") },
- { GNM_FUNC_HELP_EXAMPLES, F_("SEC((0.5) equals 1.139493927324549") },
+ { GNM_FUNC_HELP_EXAMPLES, F_("SEC(0.5) equals 1.139493927324549") },
{ GNM_FUNC_HELP_SEEALSO, "SIN,COS,TAN,CSC,SINH,COSH,TANH,RADIANS,DEGREES"},
{ GNM_FUNC_HELP_EXTREF, F_("wolfram:Secant.html") },
{ GNM_FUNC_HELP_EXTREF, F_("wiki:en:Trigonometric_functions") },
@@ -1529,7 +1529,7 @@ static GnmFuncHelp const help_sech[] = {
{ 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}).") },
- { GNM_FUNC_HELP_EXAMPLES, F_("SECH((0.5) equals 0.88681888397007") },
+ { GNM_FUNC_HELP_EXAMPLES, F_("SECH(0.5) equals 0.88681888397007") },
{ GNM_FUNC_HELP_SEEALSO, "SIN,COS,TAN,CSC,SEC,SINH,COSH,TANH,RADIANS,DEGREES"},
{ GNM_FUNC_HELP_EXTREF, F_("wolfram:HyperbolicSecant.html") },
{ GNM_FUNC_HELP_EXTREF, F_("wiki:en:Hyperbolic_function") },
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]