[gnumeric] Typos.



commit 0ca86ddbdbf6d94237e66263a7de3878c5a7f1b6
Author: Morten Welinder <terra gnome org>
Date:   Tue Nov 22 14:33:57 2011 -0500

    Typos.

 src/dialogs/dialog-stf.c |    2 +-
 src/item-grid.c          |    2 +-
 src/parse-util.c         |    2 +-
 src/print-cell.c         |    2 +-
 src/sheet-merge.c        |    2 +-
 src/xml-sax-read.c       |    2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/src/dialogs/dialog-stf.c b/src/dialogs/dialog-stf.c
index 3ffb5d4..93d8375 100644
--- a/src/dialogs/dialog-stf.c
+++ b/src/dialogs/dialog-stf.c
@@ -42,7 +42,7 @@
  * stf_dialog_set_initial_keyboard_focus
  * @pagedata: mother struct
  *
- * Sets keyboard focus to the an appropriate widget on the page.
+ * Sets keyboard focus to an appropriate widget on the page.
  *
  * returns: nothing
  **/
diff --git a/src/item-grid.c b/src/item-grid.c
index d30d98a..fee3c9c 100644
--- a/src/item-grid.c
+++ b/src/item-grid.c
@@ -680,7 +680,7 @@ plain_draw : /* a quick hack to deal with 142267 */
 			if (NULL == ri->spans || NULL == (span = row_span_get (ri, col))) {
 
 				/* If it is being edited pretend it is empty to
-				 * avoid problems with the a long cells
+				 * avoid problems with long cells'
 				 * contents extending past the edge of the edit
 				 * box.  Ignore blanks too.
 				 */
diff --git a/src/parse-util.c b/src/parse-util.c
index af54686..cc83cfe 100644
--- a/src/parse-util.c
+++ b/src/parse-util.c
@@ -1056,7 +1056,7 @@ r1c1_rangeref_parse (GnmRangeRef *res, char const *ptr, GnmParsePos const *pp)
  * @start : the start of the string to parse
  * @pos : the location to parse relative to
  *
- * Returns the a pointer to the first invalid character.
+ * Returns a pointer to the first invalid character.
  * If the result != @start then @res is valid.
  **/
 char const *
diff --git a/src/print-cell.c b/src/print-cell.c
index 7a75853..5db9f50 100644
--- a/src/print-cell.c
+++ b/src/print-cell.c
@@ -392,7 +392,7 @@ gnm_gtk_print_cell_range (cairo_t *context,
 			}
 		}
 
-		/* it is safe to const_cast because only the a non-default row
+		/* it is safe to const_cast because only a non-default row
 		 * will ever get flagged.
 		 */
 		if (ri->needs_respan)
diff --git a/src/sheet-merge.c b/src/sheet-merge.c
index af3480b..2e1bec1 100644
--- a/src/sheet-merge.c
+++ b/src/sheet-merge.c
@@ -222,7 +222,7 @@ gnm_sheet_merge_get_overlap (Sheet const *sheet, GnmRange const *range)
 /**
  * gnm_sheet_merge_contains_pos :
  *
- * If the GnmCellPos is contained in the a merged region return the range.
+ * If the GnmCellPos is contained in a merged region return the range.
  * The GnmRange should NOT be freed.
  */
 GnmRange const *
diff --git a/src/xml-sax-read.c b/src/xml-sax-read.c
index 20a2d28..2ea06ec 100644
--- a/src/xml-sax-read.c
+++ b/src/xml-sax-read.c
@@ -1912,7 +1912,7 @@ xml_cell_set_array_expr (XMLSaxParseState *state,
  * xml_not_used_old_array_spec : See if the string corresponds to
  *     a pre-0.53 style array expression.
  *     If it is the upper left corner	 - assign it.
- *     If it is a member of the an array - ignore it the corner will assign it.
+ *     If it is a member of an array     - ignore it; the corner will assign it.
  *     If it is not a member of an array return TRUE.
  */
 static gboolean



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