summaryrefslogtreecommitdiffstats
path: root/encoding.c
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-10-23 13:30:29 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-10-23 13:30:29 +0000
commit242b124e77414f9574a46583dd691be051ab26eb (patch)
tree30bdaac4283a524886881be7e208ae393ae0736d /encoding.c
parentadce5c6523c1d758c57e79b990754bce59b1960f (diff)
downloadruby-242b124e77414f9574a46583dd691be051ab26eb.tar.gz
ruby-242b124e77414f9574a46583dd691be051ab26eb.tar.xz
ruby-242b124e77414f9574a46583dd691be051ab26eb.zip
fix a typo.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25445 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'encoding.c')
-rw-r--r--encoding.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/encoding.c b/encoding.c
index 9886556e9..3eb817e0c 100644
--- a/encoding.c
+++ b/encoding.c
@@ -1279,7 +1279,7 @@ set_default_internal(VALUE klass, VALUE encoding)
* 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.