aboutsummaryrefslogtreecommitdiffstats
path: root/parse.y
diff options
context:
space:
mode:
Diffstat (limited to 'parse.y')
-rw-r--r--parse.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/parse.y b/parse.y
index c0b9bbe161..14e38347cf 100644
--- a/parse.y
+++ b/parse.y
@@ -3417,7 +3417,7 @@ yylex()
}
pushback(c);
if (IS_ARG() && space_seen && !ISSPACE(c)){
- rb_warning("`&' interpeted as argument prefix");
+ rb_warning("`&' interpreted as argument prefix");
c = tAMPER;
}
else if (lex_state == EXPR_BEG || lex_state == EXPR_MID) {