From 3a11d9375ffcc845b06b44dd90967d7746d099d5 Mon Sep 17 00:00:00 2001 From: Jaakko Heinonen Date: Tue, 2 Aug 2005 11:13:50 +0000 Subject: [PATCH] - correct typo in error message --- abook_rl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2