From 99ed8d6dd9bcec7bc467b0dc6f263ef395b99f67 Mon Sep 17 00:00:00 2001 From: Thomas Glanzmann Date: Wed, 6 Jul 2005 23:49:08 +0000 Subject: [PATCH] this fixes a little typo. --- BEWARE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.40.0