mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
fix typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58720 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f91ed43d65
commit
1a7ed01d6c
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ describe "C-API Mutex functions" do
|
||||||
end
|
end
|
||||||
|
|
||||||
describe "rb_mutex_locked_p" do
|
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
|
@s.rb_mutex_locked_p(@m).should be_false
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue