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. --- re.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 're.c') diff --git a/re.c b/re.c index 78cc3cf1..cec95dac 100644 --- a/re.c +++ b/re.c @@ -569,7 +569,7 @@ again: && ! isdigit((unsigned char) sp[-1]) && ! isdigit((unsigned char) sp[1]) && ! (sp[-2] == '[' && sp[-1] == '^')) { range_warned = TRUE; - warning(_("range of the form `[%c-%c]' is locale dependant"), + warning(_("range of the form `[%c-%c]' is locale dependent"), sp[-1], sp[1]); } if (count == 0) { -- cgit v1.2.3