aboutsummaryrefslogtreecommitdiffstats
path: root/re.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2011-09-24 22:18:03 +0300
committerArnold D. Robbins <arnold@skeeve.com>2011-09-24 22:18:03 +0300
commit8dbfb49319c538b0682d4dbcc977ba5b811b86b0 (patch)
tree3c44d7a0588390e7e2ed15d863d671f3d7abab59 /re.c
parent997dbc7f520c811e4c5325b9536f72cb454560cc (diff)
downloadegawk-8dbfb49319c538b0682d4dbcc977ba5b811b86b0.tar.gz
egawk-8dbfb49319c538b0682d4dbcc977ba5b811b86b0.tar.bz2
egawk-8dbfb49319c538b0682d4dbcc977ba5b811b86b0.zip
Minor spelling and doc fixes.
Diffstat (limited to 're.c')
-rw-r--r--re.c2
1 files changed, 1 insertions, 1 deletions
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) {