summaryrefslogtreecommitdiff
path: root/gtk/gtktextbuffer.c
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2001-11-23 20:20:38 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2001-11-23 20:20:38 +0000
commitdcfc38767871f8800a85ccc10ee83da1a44cecfa (patch)
treebdfcfa53d18147d5180f09cb1691b2aa49d89e76 /gtk/gtktextbuffer.c
parent36ddd7d958bf6bb8a72635877d2fbff9df79df7f (diff)
downloadgdk-pixbuf-dcfc38767871f8800a85ccc10ee83da1a44cecfa.tar.gz
Actually commit typo fixes already mentioned in ChangeLog entry on
* gtk/gtktextbuffer.c (gtk_text_buffer_create_tag), gtk/gtkruler.c (gtk_ruler_get_metric): Actually commit typo fixes already mentioned in ChangeLog entry on 2001-11-14. * docs/reference/gdk/tmpl/drawing.sgml: Minor markup fixes.
Diffstat (limited to 'gtk/gtktextbuffer.c')
-rw-r--r--gtk/gtktextbuffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktextbuffer.c b/gtk/gtktextbuffer.c
index 1be7f0ec3..011bedf73 100644
--- a/gtk/gtktextbuffer.c
+++ b/gtk/gtktextbuffer.c
@@ -1888,7 +1888,7 @@ gtk_text_buffer_place_cursor (GtkTextBuffer *buffer,
*
*
* Creates a tag and adds it to the tag table for @buffer.
- * Equivalent to calling gtk_text_tag_ne () and then adding the
+ * Equivalent to calling gtk_text_tag_new () and then adding the
* tag to the buffer's tag table. The returned tag is owned by
* the buffer's tag table, so the ref count will be equal to one.
*