diff options
author | Matthias Clasen <mclasen@redhat.com> | 2006-07-10 16:36:10 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-07-10 16:36:10 +0000 |
commit | 5fc2f79c4ff5aa895235e549672d65cd1ffe1865 (patch) | |
tree | 726dee14bd8c6f9387f5f7801d8711087c9b40ec /gtk/gtkpapersize.c | |
parent | c2491d3e545a39f1cc912ce922ec3397c3eadbde (diff) | |
download | gtk+-5fc2f79c4ff5aa895235e549672d65cd1ffe1865.tar.gz |
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)
Diffstat (limited to 'gtk/gtkpapersize.c')
-rw-r--r-- | gtk/gtkpapersize.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. * |