summaryrefslogtreecommitdiff
path: root/gtk/gtkcsssection.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-12-15 22:52:29 -0500
committerMatthias Clasen <mclasen@redhat.com>2011-12-15 23:03:12 -0500
commit55f1799b96db6bb3daad34569d567c076d8d0c51 (patch)
tree53a1f0285a45388ae65b0082fa0920f9904ed387 /gtk/gtkcsssection.c
parentba59b9c4f97b806a7e1454b76d4fbbbbb93a79bf (diff)
downloadgtk+-55f1799b96db6bb3daad34569d567c076d8d0c51.tar.gz
Doc typo fix
Diffstat (limited to 'gtk/gtkcsssection.c')
-rw-r--r--gtk/gtkcsssection.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkcsssection.c b/gtk/gtkcsssection.c
index a33e3b4545..1b467570da 100644
--- a/gtk/gtkcsssection.c
+++ b/gtk/gtkcsssection.c
@@ -279,13 +279,13 @@ gtk_css_section_get_end_line (const GtkCssSection *section)
}
/**
- * gtk_css_section_get_start_position:
+ * gtk_css_section_get_end_position:
* @section: the section
*
* Returns the offset in bytes from the start of the current line
* returned via gtk_css_section_get_end_line().
* This value may change in future invocations of this function if
- * @section is not yet parsed completely. This will for example
+ * @section is not yet parsed completely. This will for example
* happen in the GtkCssProvider::parsing-error signal.
* The end position and line may be identical to the start
* position and line for sections which failed to parse anything