From 3c6045e300f9d4ead188c4490f8ef29340a2083c Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 22 Jun 2019 01:13:08 -0400 Subject: [PATCH] css: Fix some doc typos --- gtk/css/gtkcsssection.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/css/gtkcsssection.c b/gtk/css/gtkcsssection.c index f3981603f8..02ab970b61 100644 --- a/gtk/css/gtkcsssection.c +++ b/gtk/css/gtkcsssection.c @@ -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 *