summaryrefslogtreecommitdiff
path: root/demos/gtk-demo/textview.c
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2006-09-25 14:48:31 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-09-25 14:48:31 +0000
commite142731885e7e09265ae552fe5d70dd634bbc6fe (patch)
tree3557bcfc041d8d2788866d6b73a61372b5c44c3c /demos/gtk-demo/textview.c
parentb6296750fe708341bffabf2f3bcd54c2eb83622a (diff)
downloadgtk+-e142731885e7e09265ae552fe5d70dd634bbc6fe.tar.gz
Fix typos
Diffstat (limited to 'demos/gtk-demo/textview.c')
-rw-r--r--demos/gtk-demo/textview.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/gtk-demo/textview.c b/demos/gtk-demo/textview.c
index 2365aa2515..7ac11d6202 100644
--- a/demos/gtk-demo/textview.c
+++ b/demos/gtk-demo/textview.c
@@ -155,7 +155,7 @@ insert_text (GtkTextBuffer *buffer)
GtkTextChildAnchor *anchor;
char *filename;
- /* demo_find_file() looks in the the current directory first,
+ /* demo_find_file() looks in the current directory first,
* so you can run gtk-demo without installing GTK, then looks
* in the location where the file is installed.
*/