summaryrefslogtreecommitdiff
path: root/gtk/deprecated/gtktable.c
diff options
context:
space:
mode:
authorWilliam Jon McCann <jmccann@redhat.com>2012-08-26 22:52:08 +0800
committerJavier Jardón <jjardon@gnome.org>2012-08-26 22:54:55 +0800
commitb3a65248f5747e0d9fbb480d011318d13ddb099b (patch)
treea84625499654be31bb5d93e33321d447cea91897 /gtk/deprecated/gtktable.c
parent45cc254431bd6a448bd8e2d6d7cfe60ba9b71dd3 (diff)
downloadgtk+-b3a65248f5747e0d9fbb480d011318d13ddb099b.tar.gz
Fix a typo in the the comments
https://bugzilla.gnome.org/show_bug.cgi?id=682724
Diffstat (limited to 'gtk/deprecated/gtktable.c')
-rw-r--r--gtk/deprecated/gtktable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/deprecated/gtktable.c b/gtk/deprecated/gtktable.c
index d69c326826..986c687e9d 100644
--- a/gtk/deprecated/gtktable.c
+++ b/gtk/deprecated/gtktable.c
@@ -599,7 +599,7 @@ gtk_table_init (GtkTable *table)
* must both be in the range 1 .. 65535. For historical reasons, 0 is accepted
* as well and is silently interpreted as 1.
*
- * Returns: A pointer to the the newly created table widget.
+ * Returns: A pointer to the newly created table widget.
*
* Deprecated: 3.4: Use gtk_grid_new().
*/