[gnumeric] Typos galore.



commit 7485ccfaed0a263552a328a75ca964b2777fc92d
Author: Morten Welinder <terra gnome org>
Date:   Thu Jul 9 20:27:26 2020 -0400

    Typos galore.

 NEWS                                     |  2 +-
 OChangeLog-1999-07-09                    |  6 +++---
 OChangeLog-2000-02-23                    |  8 ++++----
 OChangeLog-2000-10-10                    |  4 ++--
 OChangeLog-2001-06-26                    |  8 ++++----
 OChangeLog-2002-01-22                    |  4 ++--
 OChangeLog-2003-12-23                    |  8 ++++----
 OChangeLog-2005-11-14                    |  6 +++---
 OChangeLog-2012-12-18                    |  2 +-
 README                                   |  2 +-
 doc/developer/Dependencies.txt           |  2 +-
 doc/developer/linux-expo-99-gnumeric.tex |  2 +-
 plugins/excel/ChangeLog                  |  6 +++---
 plugins/excel/ms-chart.c                 |  2 +-
 plugins/fn-erlang/functions.c            |  2 +-
 plugins/html/ChangeLog                   |  2 +-
 plugins/openoffice/ChangeLog             |  2 +-
 plugins/python-loader/ChangeLog          |  2 +-
 src/cell-draw.c                          |  2 +-
 src/dialogs/ChangeLog                    | 10 +++++-----
 src/dialogs/shuffle.ui                   |  4 ++--
 src/gnm-pane.c                           |  2 +-
 src/item-cursor.c                        |  4 ++--
 src/selection.c                          |  2 +-
 src/sf-gamma.c                           |  2 +-
 src/sheet-object-widget.c                |  4 ++--
 src/wbc-gtk.c                            |  2 +-
 27 files changed, 51 insertions(+), 51 deletions(-)
---
diff --git a/NEWS b/NEWS
index c1771b6e6..937dcce03 100644
--- a/NEWS
+++ b/NEWS
@@ -5299,7 +5299,7 @@ Jody:
        * Fix deleting a graph object with expr entries.
        * Tweak the axis auto range selector to keep things symmetric
        * Enable basic style import for chart elements
-       * Drop in a basic implementatin of ssconvert
+       * Drop in a basic implementation of ssconvert
        * Be anal about exporting unicode chars > 0xfeff to xls
        * Fix import typo that broke xls import of local hyperlinks
        * Draw marker and lines for legend elements that support them
diff --git a/OChangeLog-1999-07-09 b/OChangeLog-1999-07-09
index f13fedd5e..913b268b1 100644
--- a/OChangeLog-1999-07-09
+++ b/OChangeLog-1999-07-09
@@ -4020,7 +4020,7 @@ Tue Mar 23 14:00:37 CET 1999 Daniel Veillard <Daniel Veillard w3 org>
        we are realized.
 
        * src/workbook.c (sheet_label_button_press): We need to do the
-       page flipping ourselves, as the GtkNotebook wont take events if
+       page flipping ourselves, as the GtkNotebook won't take events if
        they are not for a window it knows about.
 
        * src/widget-editable-label.c (el_button_press_event): Forward
@@ -5708,7 +5708,7 @@ Wed Sep 16 23:56:59 EDT 1998 Daniel Veillard <Daniel Veillard w3 org>
 
 1998-09-13  Miguel de Icaza  <miguel nuclecu unam mx>
 
-       * src/gnumeric-sheet.c (gnumeric_sheet_realize): Fix: initilaize
+       * src/gnumeric-sheet.c (gnumeric_sheet_realize): Fix: initialize
        the GdkWindow pointer after we have invoked our parent method.
 
        * src/cursors.c: New file.  Loads the various cursors used by
@@ -5832,7 +5832,7 @@ Wed Sep 16 23:56:59 EDT 1998 Daniel Veillard <Daniel Veillard w3 org>
        hotkeys were processed (c-a specifically is annoying and all of
        the control-keys were being consumed before reaching the
        item-edit).
-       (gnumeric_sheet_key): implemenet control-space
+       (gnumeric_sheet_key): implement control-space
 
        * src/dialog-cell-format.c (create_align_page): Connect to the
        toggled signal of auto return.
diff --git a/OChangeLog-2000-02-23 b/OChangeLog-2000-02-23
index 251055c70..0811445ad 100644
--- a/OChangeLog-2000-02-23
+++ b/OChangeLog-2000-02-23
@@ -500,7 +500,7 @@
          main work.  Document.
        (sheet_select_all) : sheet_selection_append_range -> sheet_selection_add_range.
        (sheet_selection_extend_{horizontal, vertical} : Merge in to
-         sheet_seletion_extend and fix.
+         sheet_selection_extend and fix.
        (sheet_selection_set) : Switch to the new scheme.
        (sheet_selection_reset) : sheet_selection_append -> sheet_selection_add.
          Use edit_pos.
@@ -2342,7 +2342,7 @@ Sun Jan 30 15:40:50 EST 2000 Gregory McLean <gregm comstar net>
        Tools menu.
 
        * src/dialogs/dialog-solver.c (constr_add_click): Made the solver
-       dialog to disapear when adding constraints.
+       dialog to disappear when adding constraints.
 
        * src/dialogs/dialog-solver.c (constr_delete_click): Implemented
        the delete button of constraints.
@@ -6169,7 +6169,7 @@ Sun Jan 30 15:40:50 EST 2000 Gregory McLean <gregm comstar net>
        * src/xml-io.c (xml_write_print_info): Actually add print order,
        paper name, and orientation to the output instead of just leaking
        them.
-       (xml_set_value_double): Don't throw away precicion; save using
+       (xml_set_value_double): Don't throw away precision; save using
        more sane formats.
 
 1999-10-18  Miguel de Icaza  <miguel nuclecu unam mx>
@@ -7049,7 +7049,7 @@ Sun Jan 30 15:40:50 EST 2000 Gregory McLean <gregm comstar net>
 
        * src/workbook-cmd.c: New file.  Moved a bunch of commands here,
        and move to be moved.
-       Implemented the set money format;   Implemented the percent formt.
+       Implemented the set money format;   Implemented the percent format.
 
 1999-09-16  Miguel de Icaza  <miguel gnu org>
 
diff --git a/OChangeLog-2000-10-10 b/OChangeLog-2000-10-10
index a63254b06..203cb0fcf 100644
--- a/OChangeLog-2000-10-10
+++ b/OChangeLog-2000-10-10
@@ -2531,7 +2531,7 @@
 2000-06-26  Jukka-Pekka Iivonen  <iivonen iki fi>
 
        * src/functions/fn-financial.c: Implemented COUPDAYS for basis 0,
-       2, 3, and 4 (basis 1 is still not implented).
+       2, 3, and 4 (basis 1 is still not implemented).
 
 2000-06-23  Morten Welinder  <terra diku dk>
 
@@ -3959,7 +3959,7 @@
 
        * src/sheet-autofill.c (autofill_cell) : Init the RewriteInfo::type.
 
-       * src/clipboard.c (paste_cell) : Cells need acurate locations before
+       * src/clipboard.c (paste_cell) : Cells need accurate locations before
          relocation.  This is not pretty, but it is functional.
 
 2000-05-16  Karl Eichwalder  <ke suse de>
diff --git a/OChangeLog-2001-06-26 b/OChangeLog-2001-06-26
index 36f456ae4..6e6a28851 100644
--- a/OChangeLog-2001-06-26
+++ b/OChangeLog-2001-06-26
@@ -2554,7 +2554,7 @@
        * src/sheet-object.h: add the header for clone_sheet
 
        * src/sheet-object.c (sheet_object_clone): implement
-       (sheet_object_clone_sheet): implemnt.
+       (sheet_object_clone_sheet): implement.
 
        * src/sheet-object-widget.c (SOW_MAKE_TYPE): add read_xml, write_xml
        and clone methods to macro
@@ -4565,7 +4565,7 @@
 2001-02-12  Jody Goldberg <jgoldberg home com>
 
        * src/cell-draw.c (cell_draw) : Center content on the cell with the
-         content, not on the width of the span (think about asymetric column
+         content, not on the width of the span (think about asymmetric column
          widths on the left and right.
        * src/print-cell.c (print_cell) : Ditto.
 
@@ -5631,7 +5631,7 @@
 
        * src/sheet-control-gui.c (horizontal_scroll_event,
        vertical_scroll_event): Fix bug: Pressing both left and right
-       button would pop up a tooltip that couldnt be removed.
+       button would pop up a tooltip that couldn't be removed.
 
 2001-01-07  Jon K Hellan  <hellan acm org>
 
@@ -8092,7 +8092,7 @@
 2000-10-28  Almer S. Tigelaar  <almer1 dds nl>
 
        * src/clipboard.c:
-       (x_selection_to_cell_region): Correct 'char' into 'unsigned char' so the eror
+       (x_selection_to_cell_region): Correct 'char' into 'unsigned char' so the error
        message will display the correct ASCII decimal.
 
        * src/stf.c:
diff --git a/OChangeLog-2002-01-22 b/OChangeLog-2002-01-22
index f91772a09..e0f76aab7 100644
--- a/OChangeLog-2002-01-22
+++ b/OChangeLog-2002-01-22
@@ -2892,7 +2892,7 @@
 
 2001-09-18  Jody Goldberg <jgoldberg home com>
 
-       * src/cell-draw.c (cell_draw) : implemenent a bit of just in time
+       * src/cell-draw.c (cell_draw) : implement a bit of just in time
          rendering.
        * src/print-cell.c (print_cell) : ditto.
        * src/cell.c (cell_eval_content) : ditto.
@@ -3964,7 +3964,7 @@
 2001-08-07  Jody Goldberg <jgoldberg home com>
 
        * src/item-cursor.c (item_cursor_draw) : When centering the cursor
-         with an even width tweak it to make things symetric.
+         with an even width tweak it to make things symmetric.
        Some cosmetic formatting and naming issues too.
 
 2001-08-07  Lutz M�ller <urc8 rz uni-karlsruhe de>
diff --git a/OChangeLog-2003-12-23 b/OChangeLog-2003-12-23
index 70e0b36dd..2f02e00ab 100644
--- a/OChangeLog-2003-12-23
+++ b/OChangeLog-2003-12-23
@@ -881,7 +881,7 @@
          invocation before there is a notebook.
        (wbcg_menu_state_update) : enable and disable clipboard operations
          depending on object editing state.
-       (cb_edit_cut) : remove asymetry of deleting during the cut command.
+       (cb_edit_cut) : remove asymmetry of deleting during the cut command.
        (workbook_create_standard_toolbar) : store the clipboard toolbar
          widgets for the non-bonobo case.
        (workbook_control_gui_init) : store the clipboard menu items for the
@@ -2686,7 +2686,7 @@
          However, there aren't many choices other than fixing libgnomeui
          which is just too long a wait.
        (cb_edit_paste_special) : move call to cmd_paste_to_selection in to
-         the dialog like every other implemntation.
+         the dialog like every other implementation.
        (wbcg_finalize) :  Use g_signal_handlers_disconnect_by_func in place
          of the deprecated gtk_signal_disconnect_by_func.
        (workbook_setup_sheets) : Use gtk_notebook_set_show_border (FALSE) in
@@ -2901,7 +2901,7 @@
          decision to use default position on the last visible, not last full.
 
        * src/gnumeric-pane.c (cb_sheet_object_canvas_event) : don't freak out
-         if we can't edit the seleted object.
+         if we can't edit the selected object.
 
        * src/xml-io.c (xml_read_style) : target needs a function, it is not a
          GObject::param.
@@ -9900,7 +9900,7 @@
 
 2002-04-15  Jon K Hellan  <hellan acm org>
 
-       * src/.cvsignore: Ingore gnumeric-component
+       * src/.cvsignore: Ignore gnumeric-component
 
 2002-04-15  Jon K Hellan  <hellan acm org>
 
diff --git a/OChangeLog-2005-11-14 b/OChangeLog-2005-11-14
index e35bb4655..ce4faad59 100644
--- a/OChangeLog-2005-11-14
+++ b/OChangeLog-2005-11-14
@@ -3657,7 +3657,7 @@
 2004-11-05  Jody Goldberg <jody gnome org>
 
        * src/gnumeric-canvas.c (gnm_canvas_key_mode_object) : ctrl+alt is the
-         logic place to do symetric movement with the new layout.
+         logic place to do symmetric movement with the new layout.
 
 2004-11-04  Stepan Kasal  <kasal ucw cz>
 
@@ -4400,7 +4400,7 @@
 
 2004-09-26  Jody Goldberg <jody gnome org>
 
-       * src/gnumeric-pane.c (gnm_pane_object_move) :  handle symetric
+       * src/gnumeric-pane.c (gnm_pane_object_move) :  handle symmetric
          movement via ctrl-click and object duplicate via ctrl-click on
          acetate
 
@@ -5172,7 +5172,7 @@
 
        * src/parser.y : Add distinct productions for array elements with
          {1\2\3;4\5\6} vs {1,2,3;4,5,6}
-       (build_array) : add some error messages empty and asymetric arrays.
+       (build_array) : add some error messages empty and asymmetric arrays.
 
 2004-07-22  Jody Goldberg <jody gnome org>
 
diff --git a/OChangeLog-2012-12-18 b/OChangeLog-2012-12-18
index eba915773..56f5b86ea 100644
--- a/OChangeLog-2012-12-18
+++ b/OChangeLog-2012-12-18
@@ -10445,7 +10445,7 @@
 2007-07-12  Jody Goldberg <jody gnome org>
 
        * src/parse-util.c (gnm_conventions_new_full) : init input.range_ref
-         here so that all implemenations have something.  Fixes crash on oleo
+         here so that all implementations have something.  Fixes crash on oleo
          import.
        (parse_util_init) : not here.
 
diff --git a/README b/README
index e50839b37..de87edfee 100644
--- a/README
+++ b/README
@@ -88,7 +88,7 @@ documentation for these:
                  format to use.
 
                - Format colors: you can specify a color to format
-                 with in the format.
+                 within the format.
 
                - Conditional colours and format strings.
 
diff --git a/doc/developer/Dependencies.txt b/doc/developer/Dependencies.txt
index 8d2eefa75..4843041fc 100644
--- a/doc/developer/Dependencies.txt
+++ b/doc/developer/Dependencies.txt
@@ -193,7 +193,7 @@ this it would be necessary to move the eval_queue to a per-sheet entity, and
 putting a locking / signaling mechanism on the queue such that inter-sheet
 dependencies could be prepended to the queue (thus ensuring rapid
 evaluation), and waited on safely. Since each cell is evaluated but once
-per re-calc, it would then be safe to read the Cell's value when it dissapeared
+per re-calc, it would then be safe to read the Cell's value when it dissappeared
 from the eval_queue.
 
 5.3    GnmExpr recursion
diff --git a/doc/developer/linux-expo-99-gnumeric.tex b/doc/developer/linux-expo-99-gnumeric.tex
index 5f20f7147..5e1f0831b 100644
--- a/doc/developer/linux-expo-99-gnumeric.tex
+++ b/doc/developer/linux-expo-99-gnumeric.tex
@@ -290,7 +290,7 @@ Information in Gnumeric is stored in Cell structures.  These Cell
 structures are either attached to a Sheet object or are in the
 clipboard.  No Cell is ever allowed to live anywhere else.  Period.
 Cells living in the clipboard are particularly boring Cells and they
-are usually just in-transit Cells, so we wont bother about them.
+are usually just in-transit Cells, so we won't bother about them.
 
 The other kind of Cells are those that live on the domain of a Sheet.
 The Sheet structure keeps a list of all of the Cells in a hashed table
diff --git a/plugins/excel/ChangeLog b/plugins/excel/ChangeLog
index 57ffe48b1..41bd551f7 100644
--- a/plugins/excel/ChangeLog
+++ b/plugins/excel/ChangeLog
@@ -7885,7 +7885,7 @@
        * ms-chart.c (BC_R) : handle empty text.
 
        * boot.c : simplify now that IOContext inherits from CommandContext
-         Move the metadata export here for symetry with the import.
+         Move the metadata export here for symmetry with the import.
 
 2002-09-30  Jody Goldberg <jody gnome org>
 
@@ -9013,7 +9013,7 @@
 2001-09-14  Jody Goldberg <jgoldberg home com>
 
        * ms-chart.c (excel_chart_series_write_xml) : Use the gal routines for
-         symetry with the guppi implementation.
+       symmetry with the guppi implementation.
 
 2001-09-09  Jody Goldberg <jgoldberg home com>
 
@@ -13016,7 +13016,7 @@
 
        * ms-formula.[ch] -> ms-formula-read.[ch]
 
-       * All files incldes updated to obey above.
+       * All files includes updated to obey above.
 
        * ms-biff.c (ms_biff_put_new): Implemented,
        (ms_biff_put_destroy): Implemented.
diff --git a/plugins/excel/ms-chart.c b/plugins/excel/ms-chart.c
index a6c0c3aa7..4365bb5ed 100644
--- a/plugins/excel/ms-chart.c
+++ b/plugins/excel/ms-chart.c
@@ -2735,7 +2735,7 @@ BC_R(end)(XLChartHandler const *handle,
                        }
                        g_slist_free (axisZ);
 
-                       /* examine the first series to retreive categories */
+                       /* examine the first series to retrieve categories */
                        if (s->series->len == 0)
                                goto not_a_matrix;
                        eseries = g_ptr_array_index (s->series, 0);
diff --git a/plugins/fn-erlang/functions.c b/plugins/fn-erlang/functions.c
index 88aabfb7d..c59710acd 100644
--- a/plugins/fn-erlang/functions.c
+++ b/plugins/fn-erlang/functions.c
@@ -66,7 +66,7 @@ calculate_gos (gnm_float traffic, gnm_float circuits, gboolean comp)
 {
        gnm_float gos;
 
-       /* extra guards wont hurt, right? */
+       /* extra guards won't hurt, right? */
        if (circuits < 1 || traffic < 0)
                return -1;
 
diff --git a/plugins/html/ChangeLog b/plugins/html/ChangeLog
index 55402056e..2e78bf1d5 100644
--- a/plugins/html/ChangeLog
+++ b/plugins/html/ChangeLog
@@ -1793,7 +1793,7 @@
        * html.c (html_write_wb_html32, html_write_wb_html40): Ditto.
 
        * latex.c (html_write_wb_latex, html_write_wb_latex2e)): Call
-       gnumeric_error_save on failure. Dont't panic on missing style.
+       gnumeric_error_save on failure. Don't panic on missing style.
 
 2000-01-29  Jon K Hellan  <hellan acm org>
 
diff --git a/plugins/openoffice/ChangeLog b/plugins/openoffice/ChangeLog
index e2cf857d3..06b03575e 100644
--- a/plugins/openoffice/ChangeLog
+++ b/plugins/openoffice/ChangeLog
@@ -287,7 +287,7 @@
 
 2016-08-09  Andreas J. Guelzow <aguelzow pyrshep ca>
 
-       * openoffice-read.c (oo_func_map_in): remove unneccessary COUNTIFS,
+       * openoffice-read.c (oo_func_map_in): remove unnecessary COUNTIFS,
        AVERAGEIFS, and SUMIFS
        * openoffice-write.c (odf_expr_func_handler): add/correct export of COUNTIFS,
        IFS, SWITCH, MAXIFS & MINIFS
diff --git a/plugins/python-loader/ChangeLog b/plugins/python-loader/ChangeLog
index b121786c0..783f1726e 100644
--- a/plugins/python-loader/ChangeLog
+++ b/plugins/python-loader/ChangeLog
@@ -287,7 +287,7 @@
 
 2011-03-30  Jean Brefort  <jean brefort normalesup org>
 
-       * python-loader.c: fix cals to gnm_func_get_name().
+       * python-loader.c: fix calls to gnm_func_get_name().
 
 2011-03-24  Morten Welinder <terra gnome org>
 
diff --git a/src/cell-draw.c b/src/cell-draw.c
index bb26aa09d..6500c2517 100644
--- a/src/cell-draw.c
+++ b/src/cell-draw.c
@@ -67,7 +67,7 @@ cell_draw_simplify_attributes (GnmRenderedValue *rv)
  *  ' ' == space for contents
  *
  * @h_center: The number of pango units from x1 marking the logical center
- *             of the cell.  NOTE This can be asymetric.  Passing
+ *             of the cell.  NOTE This can be asymmetric.  Passing
  *             <= 0 will use width / 2
  */
 gboolean
diff --git a/src/dialogs/ChangeLog b/src/dialogs/ChangeLog
index 2f505dd65..e2bd5b7c2 100644
--- a/src/dialogs/ChangeLog
+++ b/src/dialogs/ChangeLog
@@ -2787,7 +2787,7 @@
 
 2009-11-24  Andreas J. Guelzow <aguelzow pyrshep ca>
 
-       * normality-tests.glade: add more test seelction buttons
+       * normality-tests.glade: add more test selection buttons
        * dialog-analysis-tool-normality.c (normality_tool_ok_clicked_cb):
          handle additional test selections
 
@@ -3374,7 +3374,7 @@
 
 2009-04-13  Andreas J. Guelzow <aguelzow pyrshep ca>
 
-       * dialog-doc-metadata.c (dialog_doc_metadata_set_gsf_prop): avoid unneccessary
+       * dialog-doc-metadata.c (dialog_doc_metadata_set_gsf_prop): avoid unnecessary
        property changes
 
 2009-04-10  Jean Brefort  <jean brefort normalesup org>
@@ -3444,7 +3444,7 @@
        * kaplan-meier.glade: stock button names should not be translated
        * function-select.glade: ditto
        * sheet-order.glade: ditto
-       * doc-meta-data.glade: don't include unneccessary translatable labels
+       * doc-meta-data.glade: don't include unnecessary translatable labels
 
 2009-03-14  Andreas J. Guelzow <aguelzow pyrshep ca>
 
@@ -4884,7 +4884,7 @@
 
 2006-06-23  Andreas J. Guelzow <aguelzow taliesin ca>
 
-       * dialog-zoom.glade: remove unneccessary &-signs #311206
+       * dialog-zoom.glade: remove unnecessary &-signs #311206
 
 2006-06-22  Andreas J. Guelzow <aguelzow taliesin ca>
 
@@ -5155,7 +5155,7 @@
 2005-10-04  Jody Goldberg <jody gnome org>
 
        * dialog-cell-format.c (setup_pattern_button) : The width dominates
-         the height on asymetric pixmaps like the line samples.  Use the
+         the height on asymmetric pixmaps like the line samples.  Use the
          width of the xpms rather than the target height.  This makes double
          visible as double again.
 
diff --git a/src/dialogs/shuffle.ui b/src/dialogs/shuffle.ui
index 9e58ec224..01a429315 100644
--- a/src/dialogs/shuffle.ui
+++ b/src/dialogs/shuffle.ui
@@ -114,7 +114,7 @@
             </child>
             <child>
               <object class="GtkRadioButton" id="shuffle_cols">
-                <property name="label" translatable="yes" context="shuffle" comments="Shuffle metod: 
Columns">_Columns</property>
+                <property name="label" translatable="yes" context="shuffle" comments="Shuffle method: 
Columns">_Columns</property>
                 <property name="use_action_appearance">False</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
@@ -134,7 +134,7 @@
             </child>
             <child>
               <object class="GtkRadioButton" id="shuffle_rows">
-                <property name="label" translatable="yes" context="shuffle" comments="Shuffle metod: 
Columns">_Rows</property>
+                <property name="label" translatable="yes" context="shuffle" comments="Shuffle method: 
Columns">_Rows</property>
                 <property name="use_action_appearance">False</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
diff --git a/src/gnm-pane.c b/src/gnm-pane.c
index eddbba478..8425ef65c 100644
--- a/src/gnm-pane.c
+++ b/src/gnm-pane.c
@@ -1166,7 +1166,7 @@ cb_pane_drag_end (GtkWidget *widget, GdkDragContext *context,
 }
 
 /*
- * Move the rubber bands back to original position when curser leaves
+ * Move the rubber bands back to original position when cursor leaves
  * the scg, but not when it moves to another pane. We use object data,
  * and rely on gtk sending drag_move to the new widget before sending
  * drag_leave to the old one.
diff --git a/src/item-cursor.c b/src/item-cursor.c
index b5e69fae7..41b3a7294 100644
--- a/src/item-cursor.c
+++ b/src/item-cursor.c
@@ -166,7 +166,7 @@ cb_item_cursor_animation (GnmItemCursor *ic)
        if (goc_canvas_get_direction (item->canvas) == GOC_DIRECTION_RTL) {
                goc_canvas_c2w (item->canvas, ic->outline.x2 / scale, ic->outline.y2 / scale, &x0, &y1);
                goc_canvas_c2w (item->canvas, ic->outline.x1 / scale, ic->outline.y1 / scale, &x1, &y0);
-               x0--; /* because of the +.5, things are not symetric */
+               x0--; /* because of the +.5, things are not symmetric */
                x1--;
        } else {
                goc_canvas_c2w (item->canvas, ic->outline.x1 / scale, ic->outline.y1 / scale, &x0, &y0);
@@ -294,7 +294,7 @@ item_cursor_draw (GocItem const *item, cairo_t *cr)
        if (goc_canvas_get_direction (item->canvas) == GOC_DIRECTION_RTL) {
                goc_canvas_c2w (item->canvas, ic->outline.x2 / scale, ic->outline.y2 / scale, &x0, &y1);
                goc_canvas_c2w (item->canvas, ic->outline.x1 / scale, ic->outline.y1 / scale, &x1, &y0);
-               x0--; /* because of the +.5, things are not symetric */
+               x0--; /* because of the +.5, things are not symmetric */
                x1--;
        } else {
                goc_canvas_c2w (item->canvas, ic->outline.x1 / scale, ic->outline.y1 / scale, &x0, &y0);
diff --git a/src/selection.c b/src/selection.c
index 53c6fb97e..c1b0ca4f9 100644
--- a/src/selection.c
+++ b/src/selection.c
@@ -38,7 +38,7 @@
  * @sv:
  * @mode:
  *
- * Create the simplified seelction list if necessary
+ * Create the simplified selection list if necessary
  *
  * Returns: the simplified version
  **/
diff --git a/src/sf-gamma.c b/src/sf-gamma.c
index 45751af45..9d0006b3f 100644
--- a/src/sf-gamma.c
+++ b/src/sf-gamma.c
@@ -1226,7 +1226,7 @@ static const gnm_float lanczos_g = GNM_const (808618867.0) / 134217728;
  *
  * The result of a[g,k] will contain both positive and negative constants.
  * Most people using the Lanczos series do not understand that a naive
- * implemetation will suffer significant cancellation errors.  The error
+ * implementation will suffer significant cancellation errors.  The error
  * estimates assume the series is computed without loss!
  *
  * Following Boost we multiply the entire partial fraction by Pochhammer[z+1,k]
diff --git a/src/sheet-object-widget.c b/src/sheet-object-widget.c
index 905b953dc..cb171db4b 100644
--- a/src/sheet-object-widget.c
+++ b/src/sheet-object-widget.c
@@ -4115,10 +4115,10 @@ GSF_CLASS (SheetWidgetCombo, sheet_widget_combo,
 /**************************************************************************/
 
 /**
- * sheet_widget_init_clases:
+ * sheet_object_widget_register:
  * @void:
  *
- * Initilize the classes for the sheet-object-widgets. We need to initalize
+ * Initialize the classes for the sheet-object-widgets. We need to initialize
  * them before we try loading a sheet that might contain sheet-object-widgets
  **/
 void
diff --git a/src/wbc-gtk.c b/src/wbc-gtk.c
index 154a2b245..ec0cbe53d 100644
--- a/src/wbc-gtk.c
+++ b/src/wbc-gtk.c
@@ -911,7 +911,7 @@ cb_notebook_switch_page (G_GNUC_UNUSED GtkNotebook *notebook_,
                        gnm_notebook_set_current_page (wbcg->bnotebook,
                                                       prev);
                else
-                       /* Looks silly, but is really neccesarry */
+                       /* Looks silly, but is really necessary */
                        gnm_notebook_set_current_page (wbcg->bnotebook,
                                                       page_num);
 


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