diff --git a/spec/ddcov/ddcov_spec.rb b/spec/ddcov/ddcov_spec.rb index ad8877f5..a8d29af8 100644 --- a/spec/ddcov/ddcov_spec.rb +++ b/spec/ddcov/ddcov_spec.rb @@ -334,7 +334,7 @@ def thread_local_cov c.new # Trying to get non-existing constant could caise freezing of Ruby process when - # not safely getting source location of the constant in NEWOBJ trcepoint. + # not safely getting source location of the constant in NEWOBJ tracepoint. begin Object.const_get(:fdsfdsfdsfds) rescue