summaryrefslogtreecommitdiff
path: root/test/rexml
diff options
context:
space:
mode:
Diffstat (limited to 'test/rexml')
-rw-r--r--test/rexml/test_core.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rexml/test_core.rb b/test/rexml/test_core.rb
index f4eba0bbb3..0071063128 100644
--- a/test/rexml/test_core.rb
+++ b/test/rexml/test_core.rb
@@ -619,7 +619,7 @@ module REXMLTests
File.open(fixture_path("documentation.xml")) do |f|
Document.parse_stream( f, c )
end
- assert(c.ts, "Stream parsing apparantly didn't parse the whole file")
+ assert(c.ts, "Stream parsing apparently didn't parse the whole file")
assert(c.te, "Stream parsing dropped end tag for documentation")
Document.parse_stream("<a.b> <c/> </a.b>", c)