diff options
author | Andrés G. Aragoneses <knocte@gmail.com> | 2014-03-02 09:47:31 +0100 |
---|---|---|
committer | Andrés G. Aragoneses <knocte@gmail.com> | 2014-03-02 09:47:31 +0100 |
commit | cf6c277d49da74fabf70ba67545d68c224c417fa (patch) | |
tree | dc7c108c92a416937ce66551b49e5db0e369ac6a /gtk/gtkcssprovider.c | |
parent | 2132215afb3860dac24ac0b1903179701450a255 (diff) | |
download | gtk+-cf6c277d49da74fabf70ba67545d68c224c417fa.tar.gz |
trivial: fix typo in docs of gtk_css_provider_to_string
Diffstat (limited to 'gtk/gtkcssprovider.c')
-rw-r--r-- | gtk/gtkcssprovider.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkcssprovider.c b/gtk/gtkcssprovider.c index 745981075c..2f73f4e06a 100644 --- a/gtk/gtkcssprovider.c +++ b/gtk/gtkcssprovider.c @@ -3186,9 +3186,9 @@ gtk_css_provider_print_keyframes (GHashTable *keyframes, * gtk_css_provider_to_string: * @provider: the provider to write to a string * - * Convertes the @provider into a string representation in CSS + * Converts the @provider into a string representation in CSS * format. - * + * * Using gtk_css_provider_load_from_data() with the return value * from this function on a new provider created with * gtk_css_provider_new() will basicallu create a duplicate of |