From eb9822f6a5d44976a88bbb3a8ada0e91c63ecad9 Mon Sep 17 00:00:00 2001 From: David Hampton Date: Thu, 23 Dec 2004 18:27:33 +0000 Subject: [PATCH] Correct error message. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@10387 57a11ea4-9604-0410-9ed3-97b8803252fd --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index f95b3338c2..19809a3ae3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -99,7 +99,7 @@ etags: else etags: - @echo "You must ./configure with --enable-etags to use ctags." + @echo "You must ./configure with --enable-etags to use etags." endif