From adb1ee65b79b3516fc7c6b1a8d5b29c888b23a30 Mon Sep 17 00:00:00 2001 From: a_matsuda Date: Sat, 14 Dec 2013 10:54:54 +0000 Subject: [DOC] Correct a couple of typos in comments by @dvsuresh [Fixes GH-482] * doc/ChangeLog-YARV: Correct a typo in comment * lib/rubygems/specification.rb: ditto. * test/rexml/data/tutorial.xml: ditto. * test/ruby/test_settracefunc.rb: ditto. * tool/instruction.rb: ditto. https://github.com/ruby/ruby/pull/482 [ci-skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44208 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/rexml/data/tutorial.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/rexml') diff --git a/test/rexml/data/tutorial.xml b/test/rexml/data/tutorial.xml index 43784d2f02..bf5783d09a 100644 --- a/test/rexml/data/tutorial.xml +++ b/test/rexml/data/tutorial.xml @@ -628,7 +628,7 @@ parser.parse attributes, text) root_node.find_first_recursive {|node| node.name == tag and attributes.all? {|attr, val| node.attributes[attr] == val} and text === node.text } end # # Extract specific columns (specified by - the position of it's corrensponding # header column) from a table. # # + the position of it's corresponding # header column) from a table. # # Given the following table: # # <table> # <tr> # <td>A</td> # <td>B</td> # <td>C</td> # </tr> # <tr> # -- cgit v1.2.3