fix typo in man page
authorBdale Garbee <bdale@gag.com>
Mon, 10 Feb 2014 15:39:56 +0000 (08:39 -0700)
committerBdale Garbee <bdale@gag.com>
Mon, 10 Feb 2014 15:39:56 +0000 (08:39 -0700)
debian/changelog
debian/patches/man-page-typo.diff [new file with mode: 0644]
debian/patches/series
gzip.1

index 9c0dd0263014fdf7cc1ce20b4dbdad184e294418..80e108d306223042b2c9b4b562d66288d69fcd5b 100644 (file)
@@ -1,3 +1,9 @@
+gzip (1.6-4) UNRELEASED; urgency=low
+
+  * fix typo in man page, closes: #738546
+
+ -- Bdale Garbee <bdale@gag.com>  Mon, 10 Feb 2014 08:39:28 -0700
+
 gzip (1.6-3) unstable; urgency=low
 
   * add a comment to the lintian overrides explaining them
diff --git a/debian/patches/man-page-typo.diff b/debian/patches/man-page-typo.diff
new file mode 100644 (file)
index 0000000..0df0a68
--- /dev/null
@@ -0,0 +1,13 @@
+diff --git a/gzip.1 b/gzip.1
+index faee860..9b221a7 100644
+--- a/gzip.1
++++ b/gzip.1
+@@ -293,7 +293,7 @@ While compressing, synchronize the output occasionally based on the input.
+ This increases size by less than 1 percent most cases, but means that the
+ .BR rsync (1)
+ program can take advantage of similarities in the uncompressed input
+-when syncronizing two files compressed with this flag.
++when synchronizing two files compressed with this flag.
+ .I gunzip
+ cannot tell the difference between a compressed file created with this option,
+ and one created without it.
index faf2dfaae0e90ba7fa28ecf9a7c316674713b995..54a94b3b0d0a305adf0f29e12ec9e613f8421adf 100644 (file)
@@ -2,3 +2,4 @@ rsyncable.diff
 sigpipe.diff
 zgrep-man-diff
 gnulib-mingw-w64.diff
+man-page-typo.diff
diff --git a/gzip.1 b/gzip.1
index faee860f266e2cf96c06d44988b64caf7c1dfe00..9b221a78cb225161947916cf8744a012037df01e 100644 (file)
--- a/gzip.1
+++ b/gzip.1
@@ -293,7 +293,7 @@ While compressing, synchronize the output occasionally based on the input.
 This increases size by less than 1 percent most cases, but means that the
 .BR rsync (1)
 program can take advantage of similarities in the uncompressed input
-when syncronizing two files compressed with this flag.
+when synchronizing two files compressed with this flag.
 .I gunzip
 cannot tell the difference between a compressed file created with this option,
 and one created without it.