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
Родитель 031e2f1285
Коммит 413b127376
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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