summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2017-06-24 11:55:28 +0000
committergregor herrmann <gregoa@debian.org>2020-01-24 14:53:16 +0100
commitde649259afe3963426e3a7e7e2bbefae11ca660d (patch)
tree20a86694ad0ac2ebad263e79869deaa042da3d10
parent5390ae65d2da71a224f6c522cec7368708f98d13 (diff)
Forwarded: https://github.com/mattp-/Data-Perl/pull/6 Gbp-Pq: Name Fix-typo-initalized.patch
-rw-r--r--lib/Data/Perl/Role/Collection/Hash.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Data/Perl/Role/Collection/Hash.pm b/lib/Data/Perl/Role/Collection/Hash.pm
index e8d0260..2a98339 100644
--- a/lib/Data/Perl/Role/Collection/Hash.pm
+++ b/lib/Data/Perl/Role/Collection/Hash.pm
@@ -141,7 +141,7 @@ object.
=item B<new($key, $value, ...)>
Given an optional list of keys/values, constructs a new Data::Perl::Collection::Hash
-object initalized with keys/values and returns it.
+object initialized with keys/values and returns it.
=item B<get($key, $key2, $key3...)>