diff --git a/spec/support/ruby_vm.rb b/spec/support/ruby_vm.rb index e7139b52..c937f683 100644 --- a/spec/support/ruby_vm.rb +++ b/spec/support/ruby_vm.rb @@ -1,7 +1,7 @@ module MutantSpec # Not a real VM, just kidding. It connects the require / eval triggers # require semantics Zombifier relies on in a way we can avoid having to - # mock around everyhwere to test every detail. + # mock around everywhere to test every detail. # # rubocop:disable LineLength class RubyVM