From 2c5dcdf0b489d9ede506a2bd8c29075a24cdd891 Mon Sep 17 00:00:00 2001 From: zzak Date: Sun, 22 Dec 2013 15:00:29 +0000 Subject: * 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 --- test/rexml/test_listener.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/rexml') 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) -- cgit v1.2.3