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 17d4ea9601..ca1972add6 100644
--- a/re.c
+++ b/re.c
@@ -613,7 +613,7 @@ rb_reg_search(re, str, pos, reverse)
if (result == -2) {
rb_reg_raise(RREGEXP(re)->str, RREGEXP(re)->len,
- "Stack overfow in regexp matcher", re);
+ "Stack overflow in regexp matcher", re);
}
if (result < 0) {