summaryrefslogtreecommitdiff
path: root/lib/readline.c
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2006-03-01 08:44:05 +0000
committerSimon Josefsson <simon@josefsson.org>2006-03-01 08:44:05 +0000
commit83f8d91ff14a7cc245fcd195f701d27b514d4f19 (patch)
tree650db9f43c59da5e40e5467c8b51ec87e9bfa7bc /lib/readline.c
parentdccfea77aceb11c416161aa33b32bc17c8ff19e9 (diff)
downloadgnulib-83f8d91ff14a7cc245fcd195f701d27b514d4f19.tar.gz
Fix typo, from Stepan Kasal <kasal@ucw.cz>.
Diffstat (limited to 'lib/readline.c')
-rw-r--r--lib/readline.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/readline.c b/lib/readline.c
index 88f39b2103..52f002ed7b 100644
--- a/lib/readline.c
+++ b/lib/readline.c
@@ -1,5 +1,5 @@
/* readline.c --- Simple implementation of readline.
- Copyright (C) 2005 Free Software Foundation, Inc.
+ Copyright (C) 2005, 2006 Free Software Foundation, Inc.
Written by Simon Josefsson
This program is free software; you can redistribute it and/or modify
@@ -20,7 +20,7 @@
# include <config.h>
#endif
-/* This module is intended to be used when the application only need
+/* This module is intended to be used when the application only needs
the readline interface. If you need more functions from the
readline library, it is recommended to require the readline library
(or improve this module) rather than #if-protect part of your