Fix a typo in the docs. (#347041, Kouhei Sutou)

2006-07-10  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtkpapersize.c (gtk_paper_size_is_equal): Fix a
	typo in the docs.  (#347041, Kouhei Sutou)
This commit is contained in:
Matthias Clasen 2006-07-10 16:36:10 +00:00 committed by Matthias Clasen
parent c2491d3e54
commit 5fc2f79c4f
3 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2006-07-10 Matthias Clasen <mclasen@redhat.com>
* 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)

View File

@ -1,5 +1,8 @@
2006-07-10 Matthias Clasen <mclasen@redhat.com>
* 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)

View File

@ -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.
*