summaryrefslogtreecommitdiff
path: root/debian/patches/typo-in-manual-page.patch
blob: 851a855369541ec956b5af598f987f2ab7ff807e (plain)
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
27
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