diff options
Diffstat (limited to 'gtk/gtkseparator.c')
-rw-r--r-- | gtk/gtkseparator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkseparator.c b/gtk/gtkseparator.c index 663c418b81..de887fb26d 100644 --- a/gtk/gtkseparator.c +++ b/gtk/gtkseparator.c @@ -250,7 +250,7 @@ gtk_separator_draw (GtkWidget *widget, /** * gtk_separator_new: - * @orientation: the separator's orientation. + * @orientation: the separator’s orientation. * * Creates a new #GtkSeparator with the given orientation. * |