summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-03-30 12:35:13 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-03-30 12:35:13 +0000
commit413b12737697564a4de6bb88b2830169dc42909e (patch)
treecb2616bff998f489f6bf61e83c31dc45e5a2b605 /test
parent031e2f1285e3ea37eca9a4c24d6ae25ef1c459d3 (diff)
Fix a typo in an assertion message
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67385 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test')
-rw-r--r--test/rdoc/test_rdoc_generator_json_index.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rdoc/test_rdoc_generator_json_index.rb b/test/rdoc/test_rdoc_generator_json_index.rb
index ab8f6f1521..3281cac304 100644
--- a/test/rdoc/test_rdoc_generator_json_index.rb
+++ b/test/rdoc/test_rdoc_generator_json_index.rb
@@ -106,7 +106,7 @@ class TestRDocGeneratorJsonIndex < RDoc::TestCase
# This is dirty hack on JRuby for MiniTest 4
assert orig_file.mtime.inspect == generated_file.mtime.inspect,
- '.js files should be tha same timestamp of original'
+ '.js files should be the same timestamp of original'
json = File.read 'js/search_index.js'