From: Jaakko Heinonen Date: Tue, 2 Aug 2005 11:13:50 +0000 (+0000) Subject: - correct typo in error message X-Git-Tag: upstream/0.6.1~2^2~184 X-Git-Url: https://git.deb.at/w?a=commitdiff_plain;ds=inline;h=3a11d9375ffcc845b06b44dd90967d7746d099d5;p=pkg%2Fabook.git - correct typo in error message --- diff --git a/abook_rl.c b/abook_rl.c index 6e6fe00..285b662 100644 --- a/abook_rl.c +++ b/abook_rl.c @@ -21,7 +21,7 @@ #elif defined(HAVE_READLINE_H) # include #else -# error "You don't seem to have readhline.h" +# error "You don't seem to have readline.h" # error "No HAVE_READLINE_READLINE_H or HAVE_READLINE_H defined" #endif