From 9159fe0d28729fa3e9376e65d2befc15230ce03d Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Wed, 7 Oct 2015 03:45:52 +0200 Subject: [PATCH] debian/patches: Add 1001_typo-in-man-page.patch. Fix typo in man page. --- debian/patches/1001_typo-in-man-page.patch | 14 ++++++++++++++ debian/patches/series | 1 + 2 files changed, 15 insertions(+) create mode 100644 debian/patches/1001_typo-in-man-page.patch create mode 100644 debian/patches/series diff --git a/debian/patches/1001_typo-in-man-page.patch b/debian/patches/1001_typo-in-man-page.patch new file mode 100644 index 0000000..bc63010 --- /dev/null +++ b/debian/patches/1001_typo-in-man-page.patch @@ -0,0 +1,14 @@ +Description: Fix typo in man page +Author: Mike Gabriel + +--- a/data/engrampa.1 ++++ b/data/engrampa.1 +@@ -25,7 +25,7 @@ + .SH "DESCRIPTION" + Engrampa is the official archive manager for the MATE Desktop Environment, it is a graphical front-end to archiving utilities such as tar and zip. It is a fork of File Roller. + .TP +-Engrampa supports most common operations such as creating, modifing and extracting files from an archive. You can also view the contents of an archive and open files contained within the archive. ++Engrampa supports most common operations such as creating, modifying and extracting files from an archive. You can also view the contents of an archive and open files contained within the archive. + .TP + This manual page briefly documents the \fBengrampa\fR command. + diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..b7dff1a --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +1001_typo-in-man-page.patch