Skip to content

Commit 9a87c8a

Browse files
felixonmarsmrkn
authored andcommitted
Correct a typo in pycall_spec.rb
1 parent d2fbebb commit 9a87c8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/pycall_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
expect(out.chomp).to eq('true')
156156
end
157157

158-
it 'returns false if alreadly initialized' do
158+
it 'returns false if already initialized' do
159159
out, err, status = ruby(<<RUBY)
160160
require 'pycall'
161161
PyCall.init

0 commit comments

Comments
 (0)