diff options
| author | Benoit Daloze <eregontp@gmail.com> | 2024-02-05 14:19:13 +0100 |
|---|---|---|
| committer | Benoit Daloze <eregontp@gmail.com> | 2024-02-05 16:29:25 +0100 |
| commit | d9bd64f9eedd7b3177637093ae77010be4ddb44b (patch) | |
| tree | 4dc061845215d5378bef7345c32c260c48bc90cf | |
| parent | b35cdb4758c0a569574a047bda6ce6a19c302aef (diff) | |
Fix typo
| -rw-r--r-- | spec/default.mspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/default.mspec b/spec/default.mspec index 3b5024f0c6..9605d9a147 100644 --- a/spec/default.mspec +++ b/spec/default.mspec @@ -4,7 +4,7 @@ if (opt = ENV["RUBYOPT"]) and (opt = opt.dup).sub!(/(?:\A|\s)-w(?=\z|\s)/, '') ENV["RUBYOPT"] = opt end -# Enabld leakcheckers by ruby/mspec +# Enable leakcheckers by ruby/mspec ENV["CHECK_LEAKS"] ||= "true" require "./rbconfig" unless defined?(RbConfig) |
