Fix typo, from Stepan Kasal <kasal@ucw.cz>.
authorSimon Josefsson <simon@josefsson.org>
Wed, 1 Mar 2006 08:44:05 +0000 (08:44 +0000)
committerSimon Josefsson <simon@josefsson.org>
Wed, 1 Mar 2006 08:44:05 +0000 (08:44 +0000)
lib/readline.c

index 88f39b21031ab401f1aaf40d4b42892281b4fd0b..52f002ed7bda8803634abef37e6af26fcf61966d 100644 (file)
@@ -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