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 --- io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'io.c') diff --git a/io.c b/io.c index da427ef83..5fe2d27cf 100644 --- a/io.c +++ b/io.c @@ -3888,7 +3888,7 @@ rb_io_extract_modeenc(VALUE *mode_p, VALUE opthash, if (io_extract_encoding_option(opthash, &enc, &enc2)) { if (has_enc) { - rb_raise(rb_eArgError, "encoding sepecified twice"); + rb_raise(rb_eArgError, "encoding specified twice"); } } } -- cgit