From baf8c7dd1f7954fc9b8b19469f5c3ea5d27d6c85 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Mon, 10 Feb 2014 08:39:56 -0700 Subject: [PATCH] fix typo in man page --- debian/changelog | 6 ++++++ debian/patches/man-page-typo.diff | 13 +++++++++++++ debian/patches/series | 1 + gzip.1 | 2 +- 4 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 debian/patches/man-page-typo.diff diff --git a/debian/changelog b/debian/changelog index 9c0dd02..80e108d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +gzip (1.6-4) UNRELEASED; urgency=low + + * fix typo in man page, closes: #738546 + + -- Bdale Garbee 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 index 0000000..0df0a68 --- /dev/null +++ b/debian/patches/man-page-typo.diff @@ -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. diff --git a/debian/patches/series b/debian/patches/series index faf2dfa..54a94b3 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -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 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. -- 2.30.2