diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-06-22 01:13:08 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-06-22 09:49:50 -0400 |
commit | 3c6045e300f9d4ead188c4490f8ef29340a2083c (patch) | |
tree | ce1db21b8f50e60225b4764ae6e71a6ff2607bf0 /gtk/css | |
parent | 9389768a176e6ee6fb43dddb5064ebbfd68b253d (diff) | |
download | gtk+-3c6045e300f9d4ead188c4490f8ef29340a2083c.tar.gz |
css: Fix some doc typos
Diffstat (limited to 'gtk/css')
-rw-r--r-- | gtk/css/gtkcsssection.c | 4 |
1 files 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 * |