[gnumeric] Typos. Lots of typos.



commit 6879c804be122d36044e2723a1845741fbfaccf4
Author: Morten Welinder <terra gnome org>
Date:   Sun Jul 5 19:22:39 2020 -0400

    Typos.  Lots of typos.

 ChangeLog                            | 2 +-
 HACKING                              | 2 +-
 doc/C/files-textopen.xml             | 2 +-
 plugins/excel/ChangeLog              | 4 ++--
 plugins/html/latex.c                 | 2 +-
 plugins/openoffice/ChangeLog         | 4 ++--
 plugins/openoffice/openoffice-read.c | 2 +-
 src/commands.c                       | 4 ++--
 src/dialogs/ChangeLog                | 2 +-
 src/gnumeric-conf.c                  | 2 +-
 src/sheet-merge.c                    | 2 +-
 src/sheet.c                          | 2 +-
 src/tools/simulation.c               | 2 +-
 13 files changed, 16 insertions(+), 16 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 960ff2e74..e7cc9f1ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -901,7 +901,7 @@
 2016-06-28  Morten Welinder  <terra gnome org>
 
        * src/stf-parse.c (stf_parse_options_guess_formats): Handle lines
-       of different lenghts.
+       of different lengths.
 
 2016-06-21  Morten Welinder  <terra gnome org>
 
diff --git a/HACKING b/HACKING
index 732e9432e..7f15b5c4e 100644
--- a/HACKING
+++ b/HACKING
@@ -64,7 +64,7 @@ modular chunks (as detailed by Linus).
 
        - It is more important to be correct than to be fast.
 
-       - Do not optimize unnecesarly.  Do profile, do look for the
+       - Do not optimize unnecessarly.  Do profile, do look for the
          weak spots before applying "optimization by feeling".  This
          is not a Ouija-based project.
 
diff --git a/doc/C/files-textopen.xml b/doc/C/files-textopen.xml
index 6a099e2ee..21dcf04fd 100644
--- a/doc/C/files-textopen.xml
+++ b/doc/C/files-textopen.xml
@@ -240,7 +240,7 @@
     <para>
       This complex situation generally does not impact users.  &gnum;
       has been designed to deal with most of the complexity. Many
-      kinds of flies, such as the &gnum; file format itself, describe
+      kinds of files, such as the &gnum; file format itself, describe
       their encoding scheme internally in such a way that it can be
       easily recognized. &gnum; also provides an easy approach to
       changing the encoding scheme in case this proves necessary.
diff --git a/plugins/excel/ChangeLog b/plugins/excel/ChangeLog
index a6fc21130..57ffe48b1 100644
--- a/plugins/excel/ChangeLog
+++ b/plugins/excel/ChangeLog
@@ -5652,7 +5652,7 @@
        * ms-excel-write.c (excel_write_COLINFO) : patch a minor leak.
 
        * boot.c (excel_read_metadata) : close the meta data streams.
-       (excel_file_open) : let the summary props overide the document.
+       (excel_file_open) : let the summary props override the document.
 
 2005-04-10  Jean Brefort  <jean brefort normalesup org>
 
@@ -13654,7 +13654,7 @@ Tue Apr 20 16:34:38 1999  Morten Welinder  <terra diku dk>
 1999-03-11  Michael Meeks  <michael ximian com>
 
        * ms-ole.c (ms_ole_destroy, ms_ole_new): Killed debug
-       output before we are sure its an OLE file.
+       output before we are sure it's an OLE file.
 
 1999-03-11  Miguel de Icaza  <miguel nuclecu unam mx>
 
diff --git a/plugins/html/latex.c b/plugins/html/latex.c
index eddc3ad15..7840d4e47 100644
--- a/plugins/html/latex.c
+++ b/plugins/html/latex.c
@@ -1283,7 +1283,7 @@ file_saver_sheet_get_extent (Sheet *sheet)
  * @filename:         where we'll write.
  *
  * This writes the top sheet of a Gnumeric workbook to a LaTeX2e longtable. We
- * check for merges here, then call the function latex2e_write_multicolum_cell()
+ * check for merges here, then call the function latex2e_write_multicolumn_cell()
  * to render the format and contents of the cell.
  */
 void
diff --git a/plugins/openoffice/ChangeLog b/plugins/openoffice/ChangeLog
index b866ae3ce..00cf3fea3 100644
--- a/plugins/openoffice/ChangeLog
+++ b/plugins/openoffice/ChangeLog
@@ -779,7 +779,7 @@
 2015-02-08  Andreas J. Guelzow <aguelzow pyrshep ca>
 
        * openoffice-write.c (odf_write_series_lines): don't use
-       gog_object_get_child_by_name since it may return the wrong objects. Get teh correct
+       gog_object_get_child_by_name since it may return the wrong objects. Get the correct
        style name.
 
 2015-02-08  Andreas J. Guelzow <aguelzow pyrshep ca>
@@ -1633,7 +1633,7 @@
        (oo_cell_content_end): ditto
        (odf_preparse_table_end): save the extent with the sheet
        (openoffice_file_open): the extra tables are always at the end, and
-       everything is in the corect order
+       everything is in the correct order
 
 2013-07-19  Andreas J. Guelzow <aguelzow pyrshep ca>
 
diff --git a/plugins/openoffice/openoffice-read.c b/plugins/openoffice/openoffice-read.c
index af97171a1..af88fce3b 100644
--- a/plugins/openoffice/openoffice-read.c
+++ b/plugins/openoffice/openoffice-read.c
@@ -403,7 +403,7 @@ typedef struct {
 struct  _OOParseState {
        GOIOContext     *context;       /* The IOcontext managing things */
        WorkbookView    *wb_view;       /* View for the new workbook */
-       OOVer            ver;           /* Its an OOo v1.0 or v2.0? */
+       OOVer            ver;           /* Is it an OOo v1.0 or v2.0? */
        gnm_float        ver_odf;       /* specific ODF version */
        GsfInfile       *zip;           /* Reference to the open file, to load graphs and images*/
        OOChartInfo      chart;
diff --git a/src/commands.c b/src/commands.c
index a639f404e..6af8be7de 100644
--- a/src/commands.c
+++ b/src/commands.c
@@ -742,7 +742,7 @@ gnm_command_push_undo (WorkbookControl *wbc, GObject *obj)
 
 /*
  * command_undo_sheet_delete deletes the sheet without deleting the current cmd.
- * returns true if is indeed deleted the sheet.
+ * returns true if it indeed deleted the sheet.
  * Note: only call this for a sheet of your current workbook from the undo procedure
  */
 
@@ -5964,7 +5964,7 @@ cmd_define_name_finalize (GObject *cmd)
  * @descriptor: optional descriptor.
  *
  * If the @name has never been defined in context @pp create a new name
- * If its a placeholder assign @texpr to it and make it real
+ * If it is a placeholder, assign @texpr to it and make it real
  * If it already exists as a real name just assign @expr.
  *
  * Returns: %TRUE if there was a problem, %FALSE otherwise.
diff --git a/src/dialogs/ChangeLog b/src/dialogs/ChangeLog
index a6b201a55..2f505dd65 100644
--- a/src/dialogs/ChangeLog
+++ b/src/dialogs/ChangeLog
@@ -8378,7 +8378,7 @@
 
        * dialog-graph-guru.c (dialog_graph_guru) : forward port the type
          selector from guppi and convert it to use treeview in place of
-         clist.  Still doesn't do much, but its a start.
+         clist.  Still doesn't do much, but it is a start.
 
 2002-09-01  Jody Goldberg <jody gnome org>
 
diff --git a/src/gnumeric-conf.c b/src/gnumeric-conf.c
index 788a80e67..71faa7a14 100644
--- a/src/gnumeric-conf.c
+++ b/src/gnumeric-conf.c
@@ -607,7 +607,7 @@ gnm_conf_set_page_setup (GtkPageSetup *setup)
 /**
  * gnm_conf_get_printer_decoration_font:
  *
- * Returns: (transfer full): a style appropriate for for headers and
+ * Returns: (transfer full): a style appropriate font for headers and
  * footers.
  */
 GnmStyle *
diff --git a/src/sheet-merge.c b/src/sheet-merge.c
index 01c313e73..2f6f4c837 100644
--- a/src/sheet-merge.c
+++ b/src/sheet-merge.c
@@ -288,7 +288,7 @@ gnm_sheet_merge_get_adjacent (Sheet const *sheet, GnmCellPos const *pos,
  * @sheet: #Sheet to query
  * @pos: cellpos if top left corner
  *
- * Returns: (transfer none): a merged #GnmRange covering @pos if is the
+ * Returns: (transfer none): a merged #GnmRange covering @pos if it is the
  * top-left corner of a merged region.
  */
 GnmRange const *
diff --git a/src/sheet.c b/src/sheet.c
index cda9af481..23a5de82d 100644
--- a/src/sheet.c
+++ b/src/sheet.c
@@ -3155,7 +3155,7 @@ sheet_cell_set_value (GnmCell *cell, GnmValue *v)
  * @row: row number
  * @v: #GnmValue
  *
- * Set the the value of the cell at (@col,@row) to @v.
+ * Set the value of the cell at (@col,@row) to @v.
  *
  * The value is rendered and spans are calculated.  It queues a redraw
  * and checks to see if the edit region or selection content changed.
diff --git a/src/tools/simulation.c b/src/tools/simulation.c
index 3a4a241a7..ace1e602c 100644
--- a/src/tools/simulation.c
+++ b/src/tools/simulation.c
@@ -236,7 +236,7 @@ create_reports (WorkbookControl *wbc, simulation_t *sim, simstats_t **stats,
 
        /*
         * Set this to fool the autofit_column function.  (It will be
-        * overwriten).
+        * overwritten).
         */
        dao_set_cell (dao, 0, 0, "A");
 


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