aboutsummaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-05-14 14:27:07 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-05-14 14:27:07 +0000
commit73d21681415a5d17c2347264cfd3ab43894f3cbc (patch)
tree685ec0dd6be278e5b4426c8b24efd2d18438da9f /spec
parentf6bbac4b350a3d2399075260f0a3807df50d0ba2 (diff)
downloadruby-73d21681415a5d17c2347264cfd3ab43894f3cbc.tar.gz
fix typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58720 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'spec')
-rw-r--r--spec/rubyspec/optional/capi/mutex_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/rubyspec/optional/capi/mutex_spec.rb b/spec/rubyspec/optional/capi/mutex_spec.rb
index 9f0abe1115..c435d09eff 100644
--- a/spec/rubyspec/optional/capi/mutex_spec.rb
+++ b/spec/rubyspec/optional/capi/mutex_spec.rb
@@ -15,7 +15,7 @@ describe "C-API Mutex functions" do
end
describe "rb_mutex_locked_p" do
- it "returns fakse if the mutex is not locked" do
+ it "returns false if the mutex is not locked" do
@s.rb_mutex_locked_p(@m).should be_false
end