From 65ee9f9eebfd21726eca4d5d3d8bc5db9b3d682b Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 9 Nov 2003 23:18:44 +0000 Subject: [PATCH] Typo fix. --- gdk-pixbuf/ChangeLog | 4 ++++ gdk-pixbuf/Makefile.am | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index 929904a098..be50ab86c0 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -1,3 +1,7 @@ +Mon Nov 10 00:17:52 2003 Matthias Clasen + + * Makefile.am (install-data-local): Typo fix in warning. + Sun Nov 9 23:07:05 2003 Matthias Clasen * gdk-pixbuf-io.c (_gdk_pixbuf_generic_image_load): If neither diff --git a/gdk-pixbuf/Makefile.am b/gdk-pixbuf/Makefile.am index 2fd3114715..6b6c8e6cb3 100644 --- a/gdk-pixbuf/Makefile.am +++ b/gdk-pixbuf/Makefile.am @@ -434,7 +434,7 @@ install-data-local: install-ms-lib install-libtool-import-lib echo "***" ; \ echo "*** Warning: gdk-pixbuf.loaders not built" ; \ echo "***" ; \ - echo "*** Generate this file manually on on host" ; \ + echo "*** Generate this file manually on host" ; \ echo "*** system using gdk-pixbuf-query-loaders" ; \ echo "***" ; \ fi