diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-07 13:01:26 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-07 13:06:10 -0500 |
commit | 7a208fbbf3d28c8b5bfeb1c612d60305ab3a235e (patch) | |
tree | 7b75aa3eebb772a7cf28f4b639f84b273fbbca62 /gdk/gdkframeclock.c | |
parent | f116f0071e3a0f03c973532bceee30b3221e5b3f (diff) | |
download | gtk+-7a208fbbf3d28c8b5bfeb1c612d60305ab3a235e.tar.gz |
docs: use proper apostrophe
https://wiki.gnome.org/Design/OS/Typography
Diffstat (limited to 'gdk/gdkframeclock.c')
-rw-r--r-- | gdk/gdkframeclock.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk/gdkframeclock.c b/gdk/gdkframeclock.c index 26ce86347a..6a76cfa1aa 100644 --- a/gdk/gdkframeclock.c +++ b/gdk/gdkframeclock.c @@ -252,10 +252,10 @@ gdk_frame_clock_init (GdkFrameClock *clock) * @frame_clock: a #GdkFrameClock * * Gets the time that should currently be used for animations. Inside - * the processing of a frame, it's the time used to compute the + * the processing of a frame, it’s the time used to compute the * animation position of everything in a frame. Outside of a frame, it's * the time of the conceptual “previous frame,” which may be either - * the actual previous frame time, or if that's too old, an updated + * the actual previous frame time, or if that’s too old, an updated * time. * * Since: 3.8 |