css: Fix some doc typos

This commit is contained in:
Matthias Clasen 2019-06-22 01:13:08 -04:00
parent 9389768a17
commit 3c6045e300

View File

@ -155,7 +155,7 @@ gtk_css_section_get_file (const GtkCssSection *section)
*
* Returns the location in the CSS document where this section starts.
*
* Returns: (tranfer none) (not nullable): The start location of
* Returns: (transfer none) (not nullable): The start location of
* this section
**/
const GtkCssLocation *
@ -172,7 +172,7 @@ gtk_css_section_get_start_location (const GtkCssSection *section)
*
* Returns the location in the CSS document where this section ends.
*
* Returns: (tranfer none) (not nullable): The end location of
* Returns: (transfer none) (not nullable): The end location of
* this section
**/
const GtkCssLocation *