summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Mollier <emollier@debian.org>2021-10-21 21:55:52 +0200
committerÉtienne Mollier <emollier@debian.org>2021-10-21 21:56:22 +0200
commit7e4e6a2a1ede6df080a60428ec10fdcd0510c9b8 (patch)
treedd2b56e6f1d0b9eb143dbded75441f24d4e45eea
parent4bb8d8fb0c30060cbd0a0004544ce6dbcf07f7c1 (diff)
add typo-in-manual-page.patch to fix said issue
Caught by lintian.
-rw-r--r--debian/patches/series1
-rw-r--r--debian/patches/typo-in-manual-page.patch28
2 files changed, 29 insertions, 0 deletions
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..cd7fb37
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+typo-in-manual-page.patch
diff --git a/debian/patches/typo-in-manual-page.patch b/debian/patches/typo-in-manual-page.patch
new file mode 100644
index 0000000..851a855
--- /dev/null
+++ b/debian/patches/typo-in-manual-page.patch
@@ -0,0 +1,28 @@
+Description: fix typo-in-manual-page reported by lintian
+Author: Étienne Mollier <emollier@debian.org>
+Forwarded: no
+Last-Update: 2021-10-21
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- libtangence-perl.orig/lib/Tangence/Meta/Argument.pm
++++ libtangence-perl/lib/Tangence/Meta/Argument.pm
+@@ -40,7 +40,7 @@
+
+ =item type => STRING
+
+-Type of the arugment as a L<Tangence::Meta::Type> reference
++Type of the argument as a L<Tangence::Meta::Type> reference
+
+ =back
+
+--- libtangence-perl.orig/lib/Tangence/Stream.pm
++++ libtangence-perl/lib/Tangence/Stream.pm
+@@ -49,7 +49,7 @@
+
+ It provides the basic layer of message serialisation, deserialisation, and
+ dispatching to methods that would handle the messages. Higher level classes
+-are used to wrap this functionallity, and provide implementations of methods
++are used to wrap this functionality, and provide implementations of methods
+ to handle the messages received.
+
+ When a message is received, it will be passed to a method whose name depends