]> Pileus Git - ~andy/gtk/commitdiff
Doc typo fix
authorMatthias Clasen <mclasen@redhat.com>
Fri, 16 Dec 2011 03:52:29 +0000 (22:52 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 16 Dec 2011 04:03:12 +0000 (23:03 -0500)
gtk/gtkcsssection.c

index a33e3b454562bf37993e1c7cddf46e62c08a4f6b..1b467570da137ab3258001fd000e3a0193ba3073 100644 (file)
@@ -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