summaryrefslogtreecommitdiff
path: root/re.c
diff options
context:
space:
mode:
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 9fb770015a..24fc697e07 100644
--- a/re.c
+++ b/re.c
@@ -1735,7 +1735,7 @@ ignorecase_setter(val, id)
VALUE val;
ID id;
{
- rb_warn("modifying %s is deperecated", rb_id2name(id));
+ rb_warn("modifying %s is deprecated", rb_id2name(id));
may_need_recompile = 1;
ruby_ignorecase = RTEST(val);
}