summaryrefslogtreecommitdiff
path: root/spec/ruby/core/signal/signame_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/core/signal/signame_spec.rb')
-rw-r--r--spec/ruby/core/signal/signame_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/core/signal/signame_spec.rb b/spec/ruby/core/signal/signame_spec.rb
index 71b69b301a..41b43d3482 100644
--- a/spec/ruby/core/signal/signame_spec.rb
+++ b/spec/ruby/core/signal/signame_spec.rb
@@ -14,7 +14,7 @@ describe "Signal.signame" do
end
platform_is_not :windows do
- it "the original should take precendence over alias when looked up by number" do
+ it "the original should take precedence over alias when looked up by number" do
Signal.signame(Signal.list["ABRT"]).should == "ABRT"
Signal.signame(Signal.list["CHLD"]).should == "CHLD"
end