]> git.wh0rd.org Git - nano.git/commitdiff
typo
authorChris Allegretta <chrisa@asty.org>
Wed, 16 May 2001 04:23:37 +0000 (04:23 +0000)
committerChris Allegretta <chrisa@asty.org>
Wed, 16 May 2001 04:23:37 +0000 (04:23 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@656 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

utils.c

diff --git a/utils.c b/utils.c
index 6927333a043594f29fccbe7a7720bc75e9a393c2..f331acb1ed6530beeae2c08561eccaddae845903 100644 (file)
--- a/utils.c
+++ b/utils.c
@@ -49,8 +49,7 @@ void lowercase(char *src)
 
 
 /* This is now mutt's version (called mutt_stristr) because it doesn't
-   Use memory allocation to do a simple search (yuck). */
-
+   use memory allocation to do a simple search (yuck). */
 char *strcasestr(char *haystack, char *needle)
 {
     const char *p, *q;