@@ -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>.
207207Valid 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
255255Notice 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
258258If 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
276276A good examples is when you are serving dynamic content from a Web Server
277277straight 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