diff options
author | Kristian Rietveld <kristian@src.gnome.org> | 2003-09-03 19:57:05 +0000 |
---|---|---|
committer | Kristian Rietveld <kristian@src.gnome.org> | 2003-09-03 19:57:05 +0000 |
commit | eccc733f2907961ddbdf883da4e2f123d9be84dd (patch) | |
tree | dfdb28fcd9ffa00c3ef779e8a534cba092897298 /gtk/gtkentry.c | |
parent | 9538b6e57c7687d776290a0159837421efc7f49f (diff) | |
download | gtk+-eccc733f2907961ddbdf883da4e2f123d9be84dd.tar.gz |
brooooooooken pipe.
Diffstat (limited to 'gtk/gtkentry.c')
-rw-r--r-- | gtk/gtkentry.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkentry.c b/gtk/gtkentry.c index 2ec396e4e4..3b22bb6fcd 100644 --- a/gtk/gtkentry.c +++ b/gtk/gtkentry.c @@ -3420,7 +3420,7 @@ gtk_entry_new (void) * * Creates a new #GtkEntry widget with the given maximum length. * - * Note: the existance of this function is inconsistent + * Note: the existence of this function is inconsistent * with the rest of the GTK+ API. The normal setup would * be to just require the user to make an extra call * to gtk_entry_set_max_length() instead. It is not |