From 1ac08122ffd6a94da7f047e01f01b45510acf6ef Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 13 Aug 2003 22:15:20 +0000 Subject: [PATCH] Improve doc comment wording. (#119754, Doug Quale) 2003-08-14 Matthias Clasen * gdk-pixdata.c (gdk_pixdata_to_csource): Improve doc comment wording. (#119754, Doug Quale) --- gdk-pixbuf/ChangeLog | 5 +++++ gdk-pixbuf/gdk-pixdata.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index d436d22574..93b1b4285e 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -1,3 +1,8 @@ +2003-08-14 Matthias Clasen + + * gdk-pixdata.c (gdk_pixdata_to_csource): Improve doc comment + wording. (#119754, Doug Quale) + 2003-08-03 Matthias Clasen * gdk-pixbuf.c (gdk_pixbuf_get_rowstride): diff --git a/gdk-pixbuf/gdk-pixdata.c b/gdk-pixbuf/gdk-pixdata.c index 21660484ed..f8730c3015 100644 --- a/gdk-pixbuf/gdk-pixdata.c +++ b/gdk-pixbuf/gdk-pixdata.c @@ -578,7 +578,7 @@ save_rle_decoder (GString *gstring, * into programs. * * GTK+ ships with a program called gdk-pixbuf-csource - * which offers a cmdline interface to this functions. + * which offers a command line interface to this function. * * Returns: a newly-allocated string containing the C source form * of @pixdata.