From 61b5d3ce8c46d71224868f20533f745b07045d82 Mon Sep 17 00:00:00 2001 From: akr Date: Sun, 31 Aug 2008 14:24:51 +0000 Subject: fix typos. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18999 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- transcode.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'transcode.c') diff --git a/transcode.c b/transcode.c index 8ff48aa0c..996b99dc4 100644 --- a/transcode.c +++ b/transcode.c @@ -2640,12 +2640,12 @@ econv_finish(VALUE self) * Other elements are only meaningful when result is * :invalid_byte_sequence, :incomplete_input or :undefined_conversion. * - * enc1 and enc2 indicats a conversion step as pair of strings. + * enc1 and enc2 indicates a conversion step as pair of strings. * For example, EUC-JP to ISO-8859-1 is * converted as EUC-JP -> UTF-8 -> ISO-8859-1. * So [enc1, enc2] is ["EUC-JP", "UTF-8"] or ["UTF-8", "ISO-8859-1"]. * - * error_bytes and readagain_bytes indicats the byte sequences which causes the error. + * error_bytes and readagain_bytes indicates the byte sequences which causes the error. * error_bytes is discarded portion. * readagain_bytes is buffered portion which is read again on next conversion. * -- cgit