From 5fc2f79c4ff5aa895235e549672d65cd1ffe1865 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 10 Jul 2006 16:36:10 +0000 Subject: [PATCH] Fix a typo in the docs. (#347041, Kouhei Sutou) 2006-07-10 Matthias Clasen * gtk/gtkpapersize.c (gtk_paper_size_is_equal): Fix a typo in the docs. (#347041, Kouhei Sutou) --- ChangeLog | 3 +++ ChangeLog.pre-2-10 | 3 +++ gtk/gtkpapersize.c | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 262a7839e6..ecf314e1f3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2006-07-10 Matthias Clasen + * gtk/gtkpapersize.c (gtk_paper_size_is_equal): Fix a + typo in the docs. (#347041, Kouhei Sutou) + * gtk/gtkprintcontext.c (gtk_print_context_get_height): Fix a typo in the docs. (#347032, Kouhei Sutou) diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 262a7839e6..ecf314e1f3 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,8 @@ 2006-07-10 Matthias Clasen + * gtk/gtkpapersize.c (gtk_paper_size_is_equal): Fix a + typo in the docs. (#347041, Kouhei Sutou) + * gtk/gtkprintcontext.c (gtk_print_context_get_height): Fix a typo in the docs. (#347032, Kouhei Sutou) diff --git a/gtk/gtkpapersize.c b/gtk/gtkpapersize.c index c11a822fb9..4d44f79b79 100644 --- a/gtk/gtkpapersize.c +++ b/gtk/gtkpapersize.c @@ -410,7 +410,7 @@ gtk_paper_size_free (GtkPaperSize *size) /** * gtk_paper_size_is_equal: * @size1: a #GtkPaperSize object - * @size2: another @GtkPaperSize object + * @size2: another #GtkPaperSize object * * Compares two #GtkPaperSize objects. *