aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Meeks <mmeeks@src.gnome.org>1999-11-26 20:45:46 +0800
committerMichael Meeks <mmeeks@src.gnome.org>1999-11-26 20:45:46 +0800
commita9efae5d56892a8535196a4aaf4097270b3bc2f5 (patch)
tree59f03b873bbba11965a71b0a704b600d84113c2a
parent90e1fbec8579b3f727001ec259d42ca58cacfb49 (diff)
downloadgsoc2013-evolution-a9efae5d56892a8535196a4aaf4097270b3bc2f5.tar
gsoc2013-evolution-a9efae5d56892a8535196a4aaf4097270b3bc2f5.tar.gz
gsoc2013-evolution-a9efae5d56892a8535196a4aaf4097270b3bc2f5.tar.bz2
gsoc2013-evolution-a9efae5d56892a8535196a4aaf4097270b3bc2f5.tar.lz
gsoc2013-evolution-a9efae5d56892a8535196a4aaf4097270b3bc2f5.tar.xz
gsoc2013-evolution-a9efae5d56892a8535196a4aaf4097270b3bc2f5.tar.zst
gsoc2013-evolution-a9efae5d56892a8535196a4aaf4097270b3bc2f5.zip
minor typo fixes.
svn path=/trunk/; revision=1437
-rw-r--r--widgets/ChangeLog4
-rw-r--r--widgets/ROADMAP.e-table8
-rw-r--r--widgets/e-table/ChangeLog4
-rw-r--r--widgets/e-table/ROADMAP.e-table8
4 files changed, 16 insertions, 8 deletions
diff --git a/widgets/ChangeLog b/widgets/ChangeLog
index a4f27e92df..15ae2a656f 100644
--- a/widgets/ChangeLog
+++ b/widgets/ChangeLog
@@ -1,3 +1,7 @@
+1999-11-26 Michael Meeks <mmeeks@gnu.org>
+
+ * ROADMAP.e-table: small spelling/typo fixes.
+
1999-11-25 Miguel de Icaza <miguel@gnu.org>
* e-table-item.c (eti_realize_cell_views): New routine: Realizes
diff --git a/widgets/ROADMAP.e-table b/widgets/ROADMAP.e-table
index 65f19dabe1..08340f433c 100644
--- a/widgets/ROADMAP.e-table
+++ b/widgets/ROADMAP.e-table
@@ -31,7 +31,7 @@ e-table-simple.h, e-table-simple.c:
e-cell.c, e-cell.h:
- These are actually miss-named. Objects of type e-cell know
+ These are actually mis-named. Objects of type e-cell know
about rendering a single cell, and these are attached to the
e-table-cols (described next).
@@ -40,14 +40,14 @@ e-cell.c, e-cell.h:
This is just an abstract class. I will provide various
e-cells: a text cell, a checkbox cell, an image cell, and
- perhaps a n-state image cell (one that switches the image when
+ perhaps an n-state image cell (one that switches the image when
the cell is clicked).
e-table-col.h, e-table-col.c:
Describes a single column (the size, the string displayed, the
- rendering function for each row, comparission function for
- thsi field).
+ rendering function for each row and comparison function for
+ this field).
* The Views
diff --git a/widgets/e-table/ChangeLog b/widgets/e-table/ChangeLog
index a4f27e92df..15ae2a656f 100644
--- a/widgets/e-table/ChangeLog
+++ b/widgets/e-table/ChangeLog
@@ -1,3 +1,7 @@
+1999-11-26 Michael Meeks <mmeeks@gnu.org>
+
+ * ROADMAP.e-table: small spelling/typo fixes.
+
1999-11-25 Miguel de Icaza <miguel@gnu.org>
* e-table-item.c (eti_realize_cell_views): New routine: Realizes
diff --git a/widgets/e-table/ROADMAP.e-table b/widgets/e-table/ROADMAP.e-table
index 65f19dabe1..08340f433c 100644
--- a/widgets/e-table/ROADMAP.e-table
+++ b/widgets/e-table/ROADMAP.e-table
@@ -31,7 +31,7 @@ e-table-simple.h, e-table-simple.c:
e-cell.c, e-cell.h:
- These are actually miss-named. Objects of type e-cell know
+ These are actually mis-named. Objects of type e-cell know
about rendering a single cell, and these are attached to the
e-table-cols (described next).
@@ -40,14 +40,14 @@ e-cell.c, e-cell.h:
This is just an abstract class. I will provide various
e-cells: a text cell, a checkbox cell, an image cell, and
- perhaps a n-state image cell (one that switches the image when
+ perhaps an n-state image cell (one that switches the image when
the cell is clicked).
e-table-col.h, e-table-col.c:
Describes a single column (the size, the string displayed, the
- rendering function for each row, comparission function for
- thsi field).
+ rendering function for each row and comparison function for
+ this field).
* The Views