From 8dbfb49319c538b0682d4dbcc977ba5b811b86b0 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Sat, 24 Sep 2011 22:18:03 +0300 Subject: Minor spelling and doc fixes. --- eval.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eval.c') diff --git a/eval.c b/eval.c index 513245f8..df9570e3 100644 --- a/eval.c +++ b/eval.c @@ -79,7 +79,7 @@ int CONVFMTidx; #endif #define C(c) ((char)c) /* - * This table is used by the regexp routines to do case independant + * This table is used by the regexp routines to do case independent * matching. Basically, every ascii character maps to itself, except * uppercase letters map to lower case ones. This table has 256 * entries, for ISO 8859-1. Note also that if the system this -- cgit v1.2.3