aboutsummaryrefslogtreecommitdiffstats
path: root/test/rexml
diff options
context:
space:
mode:
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)