aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_mixed_unicode_escapes.rb
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-03 06:38:01 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-03 06:38:01 +0000
commite1d283847d6d449ea8845fb777aaed821ded59e8 (patch)
tree0635f002d23f77955c0fcdc66b0f163cd6cee936 /test/ruby/test_mixed_unicode_escapes.rb
parent77e9edc3348f33904424ceaa14e9692b8b91d7f3 (diff)
downloadruby-e1d283847d6d449ea8845fb777aaed821ded59e8.tar.gz
* test/ruby/test_mixed_unicode_escapes.rb: fixed typo.
[fix GH-1122] Patch by @davydovanton * test/ruby/test_object.rb: ditto. * test/socket/test_tcp.rb: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52870 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ruby/test_mixed_unicode_escapes.rb')
-rw-r--r--test/ruby/test_mixed_unicode_escapes.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_mixed_unicode_escapes.rb b/test/ruby/test_mixed_unicode_escapes.rb
index 982b57e286..ac712db0f8 100644
--- a/test/ruby/test_mixed_unicode_escapes.rb
+++ b/test/ruby/test_mixed_unicode_escapes.rb
@@ -1,5 +1,5 @@
# -*- coding: cp932 -*-
-# This test is in a differnt file than TestUnicodeEscapes
+# This test is in a different file than TestUnicodeEscapes
# So that we can have a different coding comment above
require 'test/unit'