[gnumeric] Typos



commit 23eb32f0a86d8c5da538529fef0ffab92b3be713
Author: Morten Welinder <terra gnome org>
Date:   Fri Sep 5 11:31:39 2014 -0400

    Typos

 OChangeLog-2000-02-23                 |    4 ++--
 OChangeLog-2000-10-10                 |    4 ++--
 OChangeLog-2002-01-22                 |    2 +-
 plugins/fn-derivatives/options.c      |    8 ++++----
 plugins/openoffice/ChangeLog          |    4 ++--
 plugins/openoffice/openoffice-write.c |    2 +-
 src/dialogs/ChangeLog                 |    4 ++--
 src/widgets/ChangeLog                 |    2 +-
 8 files changed, 15 insertions(+), 15 deletions(-)
---
diff --git a/OChangeLog-2000-02-23 b/OChangeLog-2000-02-23
index e8530a3..4599a1b 100644
--- a/OChangeLog-2000-02-23
+++ b/OChangeLog-2000-02-23
@@ -6113,7 +6113,7 @@ Sun Jan 30 15:40:50 EST 2000 Gregory McLean <gregm comstar net>
        * src/dialogs/dialog-cell-format.c : Ditto, and use sheet_foreach_colrow.
        * src/sheet-view.c : Ditto.  Use sheet_{row,col}_fetch and document
          why they are called.
-       (sheet_view_scrollbar_display) : ifdef out untill some one wants it.
+       (sheet_view_scrollbar_display) : ifdef out until some one wants it.
 
        src/dialogs/dialog-solver.c : Add include "tools.h"
 
@@ -6532,7 +6532,7 @@ Sun Jan 30 15:40:50 EST 2000 Gregory McLean <gregm comstar net>
        * src/dialogs/dialog-cell-format.c : Ditto, and use sheet_foreach_colrow.
        * src/sheet-view.c : Ditto.  Use sheet_{row,col}_fetch and document
          why they are called.
-       (sheet_view_scrollbar_display) : ifdef out untill some one wants it.
+       (sheet_view_scrollbar_display) : ifdef out until some one wants it.
 
        src/dialogs/dialog-solver.c : Add include "tools.h"
 
diff --git a/OChangeLog-2000-10-10 b/OChangeLog-2000-10-10
index 2a0f124..79774c8 100644
--- a/OChangeLog-2000-10-10
+++ b/OChangeLog-2000-10-10
@@ -2454,7 +2454,7 @@
 
        * src/cell.c (cell_relocate) : Take the relocation info as an
          argument.  Non NULL indicates a request to check bounds.  We cannot
-         do this at the cell level. becuase we may be moving a block rather
+         do this at the cell level. because we may be moving a block rather
          than just a single cell, and references into the block should NOT be
          rewritten.
        (cell_set_text_and_value) : Take a StyleFormat.
@@ -7180,7 +7180,7 @@
        * src/functions/fn-eng.c (val_to_base): Catch Div0 && invalid log()
        domain.
 
-       * src/functions/fn-financial (gnumeric_accrint, gnumeric_recieved),
+       * src/functions/fn-financial (gnumeric_accrint, gnumeric_received),
        (gnumeric_pricemat): Same
 
        * src/functions/fn-stat.c (gnumeric_ttest): Ditto
diff --git a/OChangeLog-2002-01-22 b/OChangeLog-2002-01-22
index 99daed4..cee36d4 100644
--- a/OChangeLog-2002-01-22
+++ b/OChangeLog-2002-01-22
@@ -4786,7 +4786,7 @@
 
        * src/gnumeric-sheet.c (gnumeric_sheet_init) : init the sliding members.
          The sliding used to be managed by the scg, but it is now handled
-         with the gsheet (could just as easily be gpane) becuase scrolling
+         with the gsheet (could just as easily be gpane) because scrolling
          panes needs to know _which_ pane is scrolling.
        (gsheet_compute_visible_region) : remove the debug spewage.
        (gnumeric_sheet_stop_sliding) : moved from scg_stop_sliding.
diff --git a/plugins/fn-derivatives/options.c b/plugins/fn-derivatives/options.c
index 8535c1b..9175ba5 100644
--- a/plugins/fn-derivatives/options.c
+++ b/plugins/fn-derivatives/options.c
@@ -638,17 +638,17 @@ static GnmFuncHelp const help_opt_garman_kohlhagen[] = {
 
 /* French (1984) adjusted Black and scholes model for trading day volatility */
 static gnm_float
-opt_french1 (OptionSide side, gnm_float s, gnm_float x, gnm_float tradingt, gnm_float calendert,
+opt_french1 (OptionSide side, gnm_float s, gnm_float x, gnm_float tradingt, gnm_float calendart,
             gnm_float r, gnm_float v, gnm_float  b)
 {
-       gnm_float d1 = (gnm_log (s / x) + b * calendert + ((v * v) / 2.0) * tradingt) / (v * gnm_sqrt 
(tradingt));
+       gnm_float d1 = (gnm_log (s / x) + b * calendart + ((v * v) / 2.0) * tradingt) / (v * gnm_sqrt 
(tradingt));
        gnm_float d2 = d1 - v * gnm_sqrt (tradingt);
 
        switch (side) {
        case OS_Call:
-               return s * gnm_exp ((b - r) * calendert) * ncdf (d1) - x * gnm_exp (-r * calendert) * ncdf 
(d2);
+               return s * gnm_exp ((b - r) * calendart) * ncdf (d1) - x * gnm_exp (-r * calendart) * ncdf 
(d2);
        case OS_Put:
-               return x * gnm_exp (-r * calendert) * ncdf (-d2) - s * gnm_exp ((b - r) * calendert) * ncdf 
(-d1);
+               return x * gnm_exp (-r * calendart) * ncdf (-d2) - s * gnm_exp ((b - r) * calendart) * ncdf 
(-d1);
        default:
                return gnm_nan;
        }
diff --git a/plugins/openoffice/ChangeLog b/plugins/openoffice/ChangeLog
index f03920e..36ecfa0 100644
--- a/plugins/openoffice/ChangeLog
+++ b/plugins/openoffice/ChangeLog
@@ -166,7 +166,7 @@
        * openoffice-read.c (odf_apply_style_props): read both
        svg:stroke-width and gnm:stroke-width
        * openoffice-write.c (od_style_prop_chart): write gnm:stroke-width
-       to remember line-widhts of 0.
+       to remember line-widths of 0.
 
 2014-04-17  Andreas J. Guelzow <aguelzow pyrshep ca>
 
@@ -5030,7 +5030,7 @@
 2007-06-27  Jody Goldberg <jody gnome org>
 
        * openoffice-read.c (oo_table_start) : keep track of the extent of
-         col/row styling and the extent of cell content seperately.
+         col/row styling and the extent of cell content separately.
        (cb_find_default_colrow_style) : new.
        (oo_colrow_reset_defaults) : pick a default style and recompress the
          available cols/rows by using it.
diff --git a/plugins/openoffice/openoffice-write.c b/plugins/openoffice/openoffice-write.c
index b9532d4..9c0df83 100644
--- a/plugins/openoffice/openoffice-write.c
+++ b/plugins/openoffice/openoffice-write.c
@@ -7270,7 +7270,7 @@ odf_write_gog_style_graphic (GnmOOExport *state, GOStyle const *style, gboolean
                                    style->line.width);
 
                /*
-                * ods doesn't have seperate colours for the marker, so use
+                * ods doesn't have separate colours for the marker, so use
                 * the marker colour if we don't have a line.
                 */
                is_auto = style->line.auto_color;
diff --git a/src/dialogs/ChangeLog b/src/dialogs/ChangeLog
index dc14c32..58a9b3c 100644
--- a/src/dialogs/ChangeLog
+++ b/src/dialogs/ChangeLog
@@ -8785,7 +8785,7 @@
        * Makefile.am : added dialog-row-height.c and dialog-col-width.c
        * dialog-row-height.c : new
        * dialog-col-width.c : new
-       * dialog-row-heigth.glade : added checkbox and spin button
+       * dialog-row-height.glade : added checkbox and spin button
        * dialog-col-width.glade : ditto
        * dialogs.h : added dialog_row_height and dialog_col_width
        * dialog-zoom.glade : fix button formating
@@ -11891,7 +11891,7 @@
 
 2001-02-11  Jody Goldberg <jgoldberg home com>
 
-       * cell-format.glade : Remove the merge cell button untill gtk2.0
+       * cell-format.glade : Remove the merge cell button until gtk2.0
 
 2001-02-10  Jon K Hellan  <hellan acm org>
 
diff --git a/src/widgets/ChangeLog b/src/widgets/ChangeLog
index 593fdfc..42e630a 100644
--- a/src/widgets/ChangeLog
+++ b/src/widgets/ChangeLog
@@ -1639,7 +1639,7 @@
 
        http://bugzilla.gnome.org/show_bug.cgi?id=127205
        * gnumeric-expr-entry.c (split_char_p) : Handle locale specific arg
-         seperators.
+         separators.
 
 2003-10-26  Morten Welinder  <terra gnome org>
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]