diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-07 13:32:47 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-07 13:32:47 -0500 |
commit | e34bd4137d4fba33b2cbea927fdcc829b1983aaa (patch) | |
tree | a75585038e3a419a4aa3383233450c5ba3fe2c83 /gtk/gtkcssparserprivate.h | |
parent | f0000b2f3d3de91a1814d3e243a0e0a301c9f255 (diff) | |
download | gtk+-e34bd4137d4fba33b2cbea927fdcc829b1983aaa.tar.gz |
docs: use apostrophes in *n't
Diffstat (limited to 'gtk/gtkcssparserprivate.h')
-rw-r--r-- | gtk/gtkcssparserprivate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkcssparserprivate.h b/gtk/gtkcssparserprivate.h index 3c6f3ba81b..ea6a09c9d1 100644 --- a/gtk/gtkcssparserprivate.h +++ b/gtk/gtkcssparserprivate.h @@ -63,7 +63,7 @@ gboolean _gtk_css_parser_is_string (GtkCssParser *parser * signal an error. _read_foo() will modify the data pointer and position it at * the first token that is broken and emit an error about the failure. * So only call _read_foo() when you know that you are reading a foo. _try_foo() - * however is fine to call if you don't know yet if the token is a foo or a bar, + * however is fine to call if you don’t know yet if the token is a foo or a bar, * you can _try_bar() if try_foo() failed. */ gboolean _gtk_css_parser_try (GtkCssParser *parser, |