Skip to content

Commit

Permalink
Fix minor typo in GPFBit3Error message in InputStream.
Browse files Browse the repository at this point in the history
  • Loading branch information
hainesr committed Jun 27, 2021
1 parent 19e5f4a commit 66527ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/zip/input_stream.rb
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def open_entry
&& !@complete_entry
raise GPFBit3Error,
'It is not possible to get complete info from the local ' \
'header to extract this entry (GP flags bit 3 is set).' \
'header to extract this entry (GP flags bit 3 is set). ' \
'Please use `Zip::File` instead of `Zip::InputStream`.'
end

Expand Down

0 comments on commit 66527ae

Please sign in to comment.