From 12d2c8ba41edb5a02a7471e39d67ece2894492d8 Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 22 Feb 2009 14:23:33 +0000 Subject: stripped trailing spaces. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22552 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 4afee36ff3..ee0f2f4356 100644 --- a/encoding.c +++ b/encoding.c @@ -925,7 +925,7 @@ enc_find(VALUE klass, VALUE enc) * Encoding.compatible?(str1, str2) => enc or nil * * Checks the compatibility of two strings. - * If they are compatible, means concatenatable, + * If they are compatible, means concatenatable, * returns an encoding which the concatinated string will be. * If they are not compatible, nil is returned. * -- cgit v1.2.3