From 3b50d03ae9c188fdb90ee7a625ba155f665aa8e0 Mon Sep 17 00:00:00 2001 From: akr Date: Tue, 3 Nov 2009 17:46:28 +0000 Subject: fix typos. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25635 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- encoding.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'encoding.c') diff --git a/encoding.c b/encoding.c index fa7937ed2..38a0cf9c7 100644 --- a/encoding.c +++ b/encoding.c @@ -1009,7 +1009,7 @@ enc_find(VALUE klass, VALUE enc) * * Checks the compatibility of two strings. * If they are compatible, means concatenatable, - * returns an encoding which the concatinated string will be. + * returns an encoding which the concatenated string will be. * If they are not compatible, nil is returned. * * Encoding.compatible?("\xa1".force_encoding("iso-8859-1"), "b") -- cgit