summaryrefslogtreecommitdiff
path: root/test/did_you_mean/spell_checking/test_class_name_check.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/did_you_mean/spell_checking/test_class_name_check.rb')
-rw-r--r--test/did_you_mean/spell_checking/test_class_name_check.rb2
1 files changed, 1 insertions, 1 deletions
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'