summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Mollier <emollier@debian.org>2021-10-21 21:59:07 +0200
committerÉtienne Mollier <emollier@debian.org>2021-10-21 21:59:07 +0200
commit52ac390b2ce0fc4ad0c4f2146bfda355159e60fb (patch)
treed746a96b404f0572bf9d5e99594497fea80ba74c
parent230cb12fffbdd922da2bceca00a45672ac12682d (diff)
fix typo-in-manual-page reported by lintianarchive/debian/0.27-1
Forwarded: no Last-Update: 2021-10-21 Last-Update: 2021-10-21 Gbp-Pq: Name typo-in-manual-page.patch
-rw-r--r--lib/Tangence/Meta/Argument.pm2
-rw-r--r--lib/Tangence/Stream.pm2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/Tangence/Meta/Argument.pm b/lib/Tangence/Meta/Argument.pm
index b50e5f0..9380563 100644
--- a/lib/Tangence/Meta/Argument.pm
+++ b/lib/Tangence/Meta/Argument.pm
@@ -40,7 +40,7 @@ Name of the argument
=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
diff --git a/lib/Tangence/Stream.pm b/lib/Tangence/Stream.pm
index ca00280..b00cc59 100644
--- a/lib/Tangence/Stream.pm
+++ b/lib/Tangence/Stream.pm
@@ -49,7 +49,7 @@ It is not intended to be used directly by C<Tangence> implementation code.
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