From e68999c82c4863d33a6f893661fba1b7538c5671 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Fri, 20 Dec 2019 12:19:45 +0900 Subject: Fixed misspellings Fixed misspellings reported at [Bug #16437], for default gems. --- test/did_you_mean/spell_checking/test_class_name_check.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/did_you_mean') diff --git a/test/did_you_mean/spell_checking/test_class_name_check.rb b/test/did_you_mean/spell_checking/test_class_name_check.rb index 388dbe89a7..ffe7a4c31b 100644 --- a/test/did_you_mean/spell_checking/test_class_name_check.rb +++ b/test/did_you_mean/spell_checking/test_class_name_check.rb @@ -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' -- cgit v1.2.3