File: 11-typo-it-is-ambiguities-not-amgibuities.patch

package info (click to toggle)
zip 3.0-12
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 6,000 kB
  • sloc: ansic: 50,445; asm: 3,907; makefile: 858; sh: 42
file content (26 lines) | stat: -rw-r--r-- 1,351 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
From: Santiago Vila <sanvila@debian.org>
Subject: manpage typo: amgibuities -> ambiguities
X-Debian-version: 3.0-12

--- a/man/zip.1
+++ b/man/zip.1
@@ -297,7 +297,7 @@
 If Zip64 support for large files and archives is enabled and
 \fIzip\fR is used as a filter, \fIzip\fR creates a Zip64 archive
 that requires a PKZIP 4.5 or later compatible unzip to read it.  This is
-to avoid amgibuities in the zip file structure as defined in the current
+to avoid ambiguities in the zip file structure as defined in the current
 zip standard (PKWARE AppNote) where the decision to use Zip64 needs to
 be made before data is written for the entry, but for a stream the size
 of the data is not known at that point.  If the data is known to be smaller
--- a/zip.txt
+++ b/zip.txt
@@ -184,7 +184,7 @@
 
        If  Zip64  support  for  large files and archives is enabled and zip is
        used as a filter, zip creates a Zip64 archive that requires a PKZIP 4.5
-       or  later compatible unzip to read it.  This is to avoid amgibuities in
+       or  later compatible unzip to read it.  This is to avoid ambiguities in
        the zip file structure as defined in the current zip  standard  (PKWARE
        AppNote)  where  the decision to use Zip64 needs to be made before data
        is written for the entry, but for a stream the size of the data is  not