diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-12-24 23:23:46 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-12-24 23:23:46 +0000 |
commit | 22d8481f080ce4eb758803ad1f60273b6c3a10ad (patch) | |
tree | 3cdb9166b5a776de1f3f8f864642836c10748116 /test/rexml | |
parent | 35ef17dcfae48866c4043bac680ff3b9921cb50a (diff) | |
download | bundler-22d8481f080ce4eb758803ad1f60273b6c3a10ad.tar.gz |
fix common misspelling [ci skip]
* compile.c, cont.c, doc, man: fix common misspelling.
[ruby-core:72466] [Bug #11870]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53299 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/rexml')
-rw-r--r-- | test/rexml/test_core.rb | 2 |
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) |