Skip to content

Commit e70223e

Browse files
committed
#59 fix typos in streamzip
1 parent 4238492 commit e70223e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

bin/streamzip

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ OPTIONS
129129
-method=M Compress using method 'M'.
130130
Valid methods are
131131
store Store without compression
132-
deflate Use Deflate compression [Deflault]
132+
deflate Use Deflate compression [Default]
133133
bzip2 Use Bzip2 compression
134134
lzma Use LZMA compression [needs IO::Compress::Lzma]
135135
xz Use LZMA compression [needs IO::Compress::Xz]
@@ -207,7 +207,7 @@ Compress using method C<M>.
207207
Valid method names are
208208
209209
* store Store without compression
210-
* deflate Use Deflate compression [Deflault]
210+
* deflate Use Deflate compression [Default]
211211
* bzip2 Use Bzip2 compression
212212
* lzma Use LZMA compression
213213
* xz Use xz compression
@@ -253,7 +253,7 @@ Check the contents of C<abcd,zip> with the standard C<unzip> utility
253253
22 1 file
254254
255255
Notice how the C<Name> is set to C<->.
256-
That is the default for a few zip utilities whwre the member name is not given.
256+
That is the default for a few zip utilities where the member name is not given.
257257
258258
If you want to explicitly name the file, use the C<-member-name> option as follows
259259
@@ -275,9 +275,9 @@ backwards/forwards in the file.
275275
276276
A good examples is when you are serving dynamic content from a Web Server
277277
straight into a socket without needing to create a temporary zip file in
278-
the filesystsm.
278+
the filesystem.
279279
280-
Similarly if your workfow uses a Linux pipelined commands.
280+
Similarly if your workflow uses a Linux pipelined commands.
281281
282282
=head1 SUPPORT
283283

0 commit comments

Comments
 (0)