Skip to content

Commit 237f0bb

Browse files
committed
Fix typo
1 parent 4cb6b77 commit 237f0bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/ruby/library/monitor/new_cond_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
require 'monitor'
33

44
describe "Monitor#new_cond" do
5-
it "creates a MonitorMixin::ConditoinVariable" do
5+
it "creates a MonitorMixin::ConditionVariable" do
66
m = Monitor.new
77
c = m.new_cond
88
c.class.should == MonitorMixin::ConditionVariable

0 commit comments

Comments
 (0)