summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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...)>