Commit 611e98be authored by Chris Allegretta's avatar Chris Allegretta
Browse files

typo

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@656 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 1 addition and 2 deletions
+1 -2
......@@ -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;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment