1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Fix a typo in an assertion message

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67385 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2019-03-30 12:35:13 +00:00
parent 031e2f1285
commit 413b127376

View file

@ -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'