aboutsummaryrefslogtreecommitdiffstats
path: root/test/rexml
diff options
context:
space:
mode:
authorzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-22 15:00:29 +0000
committerzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-22 15:00:29 +0000
commit2c5dcdf0b489d9ede506a2bd8c29075a24cdd891 (patch)
tree1bd5640ba1f592145b16c5882f690163b18b8741 /test/rexml
parente5eb6e9a3b8c2235dc81c0f3cb9c90e2b9f49c09 (diff)
downloadruby-2c5dcdf0b489d9ede506a2bd8c29075a24cdd891.tar.gz
* lib/{rake,rdoc,rss}/*, test/rexml/test_listener.rb: [DOC] Fix typos
by @dvsuresh [Fixes GH-486] https://github.com/ruby/ruby/pull/486 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44346 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/rexml')
-rw-r--r--test/rexml/test_listener.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rexml/test_listener.rb b/test/rexml/test_listener.rb
index a3d763c5da..47126eb89e 100644
--- a/test/rexml/test_listener.rb
+++ b/test/rexml/test_listener.rb
@@ -63,7 +63,7 @@ class BaseTester < Test::Unit::TestCase
@listener.parse( t7 ).unpack("C*").inspect, "CR" )
end
- # The accent bug, and the code that exibits the bug, was contributed by
+ # The accent bug, and the code that exhibits the bug, was contributed by
# Guilhem Vellut
class AccentListener
def tag_start(name,attributes)