summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--parse.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/parse.y b/parse.y
index df773edf6e..9ec262c5a5 100644
--- a/parse.y
+++ b/parse.y
@@ -7302,7 +7302,7 @@ here_document(struct parser_params *p, rb_strterm_heredoc_t *here)
}
bol = was_bol(p);
if (!bol) {
- /* not beginning of line, cannot be the terminater */
+ /* not beginning of line, cannot be the terminator */
}
else if (p->heredoc_line_indent == -1) {
/* `heredoc_line_indent == -1` means