Skip to content

Commit c93f101

Browse files
committed
Fix typos in spec name
1 parent b354f87 commit c93f101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/pdf/core/stream_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
expect(stream.data[:Length]).to eq 11
4545
end
4646

47-
it 'corecly handles decode params' do
47+
it 'correctly handles decode params' do
4848
stream << 'Hello'
4949
stream.filters << { FlateDecode: { Predictor: 15 } }
5050

0 commit comments

Comments
 (0)