summaryrefslogtreecommitdiff
path: root/encoding.c
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-31 05:52:59 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-31 05:52:59 +0000
commite21907e0f89e9d4870d1b533364cbc79dd9b6d89 (patch)
tree1b623f5b1238ec9fa08795763652dc7d6e8210b0 /encoding.c
parent84e02c87184ba5e7adff6e53645e4414bdc57703 (diff)
fix typos.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14810 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 955764049c..6f1699e6d0 100644
--- a/encoding.c
+++ b/encoding.c
@@ -797,7 +797,7 @@ enc_find(VALUE klass, VALUE enc)
* Encoding.compatible?(str1, str2) => enc or nil
*
* Checks the compatibility of two strings.
- * If they are compabible, means concatinatable,
+ * If they are compatible, means concatenatable,
* returns an encoding which the concatinated string will be.
* If they are not compatible, nil is returned.
*