summaryrefslogtreecommitdiff
path: root/gtk/gtkcalendar.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-03-19 21:03:53 -0400
committerMatthias Clasen <mclasen@redhat.com>2021-03-21 16:05:10 -0400
commit9640bfb3fea77d2360c709d2611af4d7fd27ee3d (patch)
treefe545df58ffce190ed3e858fa773a43d09b7ec41 /gtk/gtkcalendar.c
parent2e6927392272b3285d740fb61c8aeb4c6d9fb21a (diff)
downloadgtk+-9640bfb3fea77d2360c709d2611af4d7fd27ee3d.tar.gz
calendar: Typo fix
Diffstat (limited to 'gtk/gtkcalendar.c')
-rw-r--r--gtk/gtkcalendar.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkcalendar.c b/gtk/gtkcalendar.c
index a8c455321e..ad7cbb1541 100644
--- a/gtk/gtkcalendar.c
+++ b/gtk/gtkcalendar.c
@@ -396,9 +396,9 @@ gtk_calendar_class_init (GtkCalendarClass *class)
/**
* GtkCalendar:day:
*
- * The selected day (as a number between 1 and 31.
+ * The selected day (as a number between 1 and 31).
*
- * This can be set to 0 to unselect the currently selected day).
+ * This can be set to 0 to unselect the currently selected day.
* This property gets initially set to the current day.
*/
g_object_class_install_property (gobject_class,