Skip to content

Commit f5e680a

Browse files
authored
Merge pull request #710 from nobu/bug/typo
Fix a typo in an assertion message
2 parents 928ec84 + 5b2e1ca commit f5e680a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_rdoc_generator_json_index.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def test_generate
106106

107107
# This is dirty hack on JRuby for MiniTest 4
108108
assert orig_file.mtime.inspect == generated_file.mtime.inspect,
109-
'.js files should be tha same timestamp of original'
109+
'.js files should be the same timestamp of original'
110110

111111
json = File.read 'js/search_index.js'
112112

0 commit comments

Comments
 (0)