summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/rexml/data/tutorial.xml2
-rw-r--r--test/ruby/test_settracefunc.rb2
2 files changed, 2 insertions, 2 deletions
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</example>
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: # # &lt;table&gt; # &lt;tr&gt; #
&lt;td&gt;A&lt;/td&gt; # &lt;td&gt;B&lt;/td&gt; #
&lt;td&gt;C&lt;/td&gt; # &lt;/tr&gt; # &lt;tr&gt; #
diff --git a/test/ruby/test_settracefunc.rb b/test/ruby/test_settracefunc.rb
index 7e9bcf5d2a..b106ea5494 100644
--- a/test/ruby/test_settracefunc.rb
+++ b/test/ruby/test_settracefunc.rb
@@ -607,7 +607,7 @@ class TestSetTraceFunc < Test::Unit::TestCase
tap{}
trace.disable
- # passed tp is unique, `trace' object which is genereted by TracePoint.trace
+ # passed tp is unique, `trace' object which is generated by TracePoint.trace
tps.each{|tp|
assert_equal trace, tp
}