From 63b02e308d7cc17d40b87bc051f7c76902bbc753 Mon Sep 17 00:00:00 2001 From: axel Date: Wed, 14 Jun 2006 09:40:36 +1000 Subject: [PATCH] Minor typo in configure script darcs-hash:20060613234036-ac50b-6ccced250383c11f7babbb321de925312bad9761.gz --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 923c82edb..d09cca000 100644 --- a/configure.ac +++ b/configure.ac @@ -361,4 +361,4 @@ AC_CONFIG_FILES([Makefile fish.spec doc_src/fish.1 doc_src/Doxyfile etc/fish etc AC_OUTPUT echo "fish is now configured." -echo "Use 'make' and 'make install' to built and install fish." +echo "Use 'make' and 'make install' to build and install fish."