From: Thomas Glanzmann Date: Wed, 6 Jul 2005 23:49:08 +0000 (+0000) Subject: this fixes a little typo. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=99ed8d6dd9bcec7bc467b0dc6f263ef395b99f67;p=neomutt this fixes a little typo. --- diff --git a/BEWARE b/BEWARE index d5a7df76e..b5ca9045e 100644 --- a/BEWARE +++ b/BEWARE @@ -7,7 +7,7 @@ tolower('I') is DIFFERENT from 'i' - it's indeed the Turkish dotless lowercase i. For this reason, always use the ascii_* functions defined in ascii.h -and implemented in ascii.c when comparing or handling strings whcih +and implemented in ascii.c when comparing or handling strings which are defined as us-ascii. This concerns lots of text-based protocols, message header tags, character set names, domain names, e-mail addresses, etc.