summaryrefslogtreecommitdiff
path: root/test/rexml
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-03-29 04:49:00 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-03-29 04:49:00 +0000
commit6b73bb455ecc89dc6134f5234a3a3a3822b5c3e6 (patch)
tree26b5babac2d3813ba950176cc8607f3061ee00ae /test/rexml
parent1238d358f14e88fb81907ff39c28befa71219a9b (diff)
merge revision(s) 53299: [Backport #11870]
* compile.c, cont.c, doc, man: fix common misspelling. [ruby-core:72466] [Bug #11870] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_3@54351 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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)