[gnumeric] Fix duplicate arg name in description.
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] Fix duplicate arg name in description.
- Date: Sat, 24 Jul 2010 01:31:03 +0000 (UTC)
commit 5e00d99eaa6341fa3fcdf3830dd1ceacffd67f6f
Author: Morten Welinder <terra gnome org>
Date: Fri Jul 23 21:30:41 2010 -0400
Fix duplicate arg name in description.
plugins/fn-derivatives/options.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/fn-derivatives/options.c b/plugins/fn-derivatives/options.c
index 61e82c8..4b5a7a0 100644
--- a/plugins/fn-derivatives/options.c
+++ b/plugins/fn-derivatives/options.c
@@ -1617,7 +1617,7 @@ static GnmFuncHelp const help_opt_2_asset_correlation[] = {
{ GNM_FUNC_HELP_ARG, F_("spot1:spot price of the underlying asset of the first option")},
{ GNM_FUNC_HELP_ARG, F_("spot2:spot price of the underlying asset of the second option")},
{ GNM_FUNC_HELP_ARG, F_("strike1:strike prices of the first option")},
- { GNM_FUNC_HELP_ARG, F_("strike1:strike prices of the second option")},
+ { GNM_FUNC_HELP_ARG, F_("strike2:strike prices of the second option")},
DEF_ARG_TIME_MATURITY_Y,
{ GNM_FUNC_HELP_ARG, F_("cost_of_carry1:net cost of holding the underlying asset of the first option "
"(for common stocks, the risk free rate less the dividend yield)")},
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]