ruby-changes:13660
From: akr <ko1@a...>
Date: Fri, 23 Oct 2009 22:30:44 +0900 (JST)
Subject: [ruby-changes:13660] Ruby:r25445 (trunk): fix a typo.
akr 2009-10-23 22:30:29 +0900 (Fri, 23 Oct 2009) New Revision: 25445 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=25445 Log: fix a typo. Modified files: trunk/encoding.c Index: encoding.c =================================================================== --- encoding.c (revision 25444) +++ encoding.c (revision 25445) @@ -1279,7 +1279,7 @@ * LANG=ja * Encoding.locale_charmap => "eucJP" * - * The result is higly platform dependent. + * The result is highly platform dependent. * So Encoding.find(Encoding.locale_charmap) may cause an error. * If you need some encoding object even for unknown locale, * Encoding.find("locale") can be used. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/