aboutsummaryrefslogtreecommitdiffstats
path: root/transcode.c
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2021-04-26 00:10:39 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-04-26 10:07:41 +0900
commit33f2ff3babb7054f3df1efa25c1285e09613d7b8 (patch)
tree4c47e98fd4194080fb4d0d047100731b076babc0 /transcode.c
parentf9b62b5cc04fa87f0970c9ca3d1cbbc9be8bf8fe (diff)
downloadruby-33f2ff3babb7054f3df1efa25c1285e09613d7b8.tar.gz
Fix some typos by spell checker
Diffstat (limited to 'transcode.c')
-rw-r--r--transcode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/transcode.c b/transcode.c
index dcb85a532b..505c8177fb 100644
--- a/transcode.c
+++ b/transcode.c
@@ -2514,7 +2514,7 @@ econv_opts(VALUE opt, int ecflags)
break;
case 3:
- rb_warning(":newline option preceds other newline options");
+ rb_warning(":newline option precedes other newline options");
break;
}
}