summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Mollier <emollier@debian.org>2022-12-13 19:50:16 +0100
committergregor herrmann <gregoa@debian.org>2022-12-13 19:50:16 +0100
commita070923d450bdec9cc30d76f02572f6904770de9 (patch)
tree02e294d32ef94d7e04711fc2cc3bc9254fad5836
parentfa3f6ed18ef3b2ee4b644bc05076f5cb29ded368 (diff)
fix typo-in-manual-page reported by lintian
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 9f6203d..e2f0dcc 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 41cacbc..11798d6 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