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

Fixed misspellings

Fixed misspellings reported at [Bug #16437], for default gems.
This commit is contained in:
Nobuyoshi Nakada 2019-12-20 12:19:45 +09:00
parent e672494cd7
commit e68999c82c
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60
28 changed files with 39 additions and 39 deletions

View file

@ -70,7 +70,7 @@ class ClassNameCheckTest < Test::Unit::TestCase
# This is a weird require, but in a multi-threaded condition, a constant may
# be loaded between when a NameError occurred and when the spell checker
# attemps to find a possible suggestion. The manual require here simulates
# attempts to find a possible suggestion. The manual require here simulates
# a race condition a single test.
require_relative '../fixtures/book'