summaryrefslogtreecommitdiff
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
commit525be7f048c6463c0b40c35a76f72cd73bcd25fc (patch)
tree30bdaac4283a524886881be7e208ae393ae0736d /encoding.c
parent32df7768b8475c0339be6b2ef6a077edd488d4e1 (diff)
fix a typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/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 9886556e93..3eb817e0c7 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.