[gnumeric] Typos.
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] Typos.
- Date: Mon, 25 Dec 2017 21:07:12 +0000 (UTC)
commit c57ac9474fe767a60a64005ae7cc9a03fe56916f
Author: Morten Welinder <terra gnome org>
Date: Mon Dec 25 16:02:15 2017 -0500
Typos.
NEWS | 2 +-
OChangeLog-2000-02-23 | 4 ++--
OChangeLog-2012-12-18 | 4 ++--
doc/developer/writing-functions.sgml | 4 ++--
4 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/NEWS b/NEWS
index a067464..86c209f 100644
--- a/NEWS
+++ b/NEWS
@@ -5225,7 +5225,7 @@ Jody:
* Adjust the semantics of empty cells passed to optional arguments
* Pretty up the legend a bit
* Be more expansive about what constitutes General.
- * Tweak the paramters of what XL thinks the size of 'Courier' is.
+ * Tweak the parameters of what XL thinks the size of 'Courier' is.
* Add basic Scatter plot.
http://bugzilla.gnome.org/show_bug.cgi?id=121560
* Fix dynamic depend leak.
diff --git a/OChangeLog-2000-02-23 b/OChangeLog-2000-02-23
index b113e55..8806a2c 100644
--- a/OChangeLog-2000-02-23
+++ b/OChangeLog-2000-02-23
@@ -2302,7 +2302,7 @@ Sun Jan 30 15:40:50 EST 2000 Gregory McLean <gregm comstar net>
* src/workbook.c: Added Autosave tool.
- * src/workbook.h: Added autosave paramters to the Workbook struct.
+ * src/workbook.h: Added autosave parameters to the Workbook struct.
* src/dialog-solver: Fixed a constraint delete bug.
@@ -7351,7 +7351,7 @@ Sun Jan 30 15:40:50 EST 2000 Gregory McLean <gregm comstar net>
* src/dialogs/dialogs.h: Change prototype.
* src/print.c (workbook_print): Implemented PRINT_ACTIVE_SHEETS,
- added default_range paramter: use for now; renamed (sheet_print)
+ added default_range parameter: use for now; renamed (sheet_print)
(print_sheet): preconditions (sheet_print_selection): renamed.
* src/print.h (workbook_print): Move PrintRange enum here & re-name.
diff --git a/OChangeLog-2012-12-18 b/OChangeLog-2012-12-18
index 9eeecae..4590015 100644
--- a/OChangeLog-2012-12-18
+++ b/OChangeLog-2012-12-18
@@ -6178,7 +6178,7 @@
Extract textdomain from xml.
* src/func.c (gnm_func_add, gnm_func_add_stub): Add new
- "textdomain" paramter. All callers changed.
+ "textdomain" parameter. All callers changed.
* src/gnumeric-gconf.c: Transparently watch all configuration
options of types int, bool, double, and string.
@@ -13662,7 +13662,7 @@
* src/sheet-autofill.c (sheet_autofill_hint): New function.
(sheet_autofill_internal): Split out from sheet_autofill.
(afm_teach_cell): Deduce dateconv here instead of as an init
- paramter.
+ parameter.
(afa_teach_cell): Deduce dateconv here.
(afa_set_cell): Set format correctly.
diff --git a/doc/developer/writing-functions.sgml b/doc/developer/writing-functions.sgml
index 1dc8a2e..3ffaf5b 100644
--- a/doc/developer/writing-functions.sgml
+++ b/doc/developer/writing-functions.sgml
@@ -29,14 +29,14 @@ function.
[ NB. there are several types of function; more of this later ]
-This defines our function, the paramters in order are:
+This defines our function, the parameters in order are:
'cat' The category handle obtained earlier
'add2numbers' The function name ( as used in gnumeric )
'ff' The argument token type string, this tells gnumeric that
we are expecting two floating point arguments.
'number1,...' Symbolic names for the arguments (in case our function
- supports them, this allows users to specify named paramters)
+ supports them, this allows users to specify named parameters)
'help_add2..' This links in the help text
'add2numbers' This is the name of the function that gnumeric will call
to evaluate the function.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]