From 3d74f1d64bcf92013ea041584bb8375a9d8cf7cf Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 1 Sep 2005 13:12:03 +0000 Subject: [PATCH] Fix doc typo. (#314921, Guillaume Cottenceau) 2005-09-01 Matthias Clasen * gtk/gtkaction.c (gtk_action_get_accel_closure): Fix doc typo. (#314921, Guillaume Cottenceau) --- ChangeLog | 5 +++++ ChangeLog.pre-2-10 | 5 +++++ gtk/gtkaction.c | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index fd9f2e7db3..25ecffe752 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-09-01 Matthias Clasen + + * gtk/gtkaction.c (gtk_action_get_accel_closure): Fix doc + typo. (#314921, Guillaume Cottenceau) + 2005-08-31 Baris Cicek * configure.in: Added ku to ALL_LINGUAS diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index fd9f2e7db3..25ecffe752 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +2005-09-01 Matthias Clasen + + * gtk/gtkaction.c (gtk_action_get_accel_closure): Fix doc + typo. (#314921, Guillaume Cottenceau) + 2005-08-31 Baris Cicek * configure.in: Added ku to ALL_LINGUAS diff --git a/gtk/gtkaction.c b/gtk/gtkaction.c index ed893edaca..2996bb3717 100644 --- a/gtk/gtkaction.c +++ b/gtk/gtkaction.c @@ -1500,7 +1500,7 @@ gtk_action_get_accel_path (GtkAction *action) * Since: 2.8 * * Returns: the accel closure for this action. The returned closure is - * owned by GTK+ must and not be unrefed or modified. + * owned by GTK+ and must not be unreffed or modified. */ GClosure * gtk_action_get_accel_closure (GtkAction *action)