diff options
Diffstat (limited to 'gdk/gdkcursor.c')
-rw-r--r-- | gdk/gdkcursor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkcursor.c b/gdk/gdkcursor.c index 9f8603fc68..1d3f4c3936 100644 --- a/gdk/gdkcursor.c +++ b/gdk/gdkcursor.c @@ -297,7 +297,7 @@ gdk_cursor_new_from_name (GdkDisplay *display, * cursor sizes. * * If @x or @y are `-1`, the pixbuf must have - * options named "x_hot" and "y_hot", resp., containing + * options named “x_hot” and “y_hot”, resp., containing * integer values between `0` and the width resp. height of * the pixbuf. (Since: 3.0) * |