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 /gdk/gdkproperty.c | |
parent | f0000b2f3d3de91a1814d3e243a0e0a301c9f255 (diff) | |
download | gtk+-e34bd4137d4fba33b2cbea927fdcc829b1983aaa.tar.gz |
docs: use apostrophes in *n't
Diffstat (limited to 'gdk/gdkproperty.c')
-rw-r--r-- | gdk/gdkproperty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkproperty.c b/gdk/gdkproperty.c index 9453c954ab..01ef94e99b 100644 --- a/gdk/gdkproperty.c +++ b/gdk/gdkproperty.c @@ -182,7 +182,7 @@ intern_atom_internal (const gchar *atom_name, gboolean allocate) * gdk_atom_intern: * @atom_name: a string. * @only_if_exists: if %TRUE, GDK is allowed to not create a new atom, but - * just return %GDK_NONE if the requested atom doesn't already + * just return %GDK_NONE if the requested atom doesn’t already * exists. Currently, the flag is ignored, since checking the * existance of an atom is as expensive as creating it. * |