summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2017-06-24 12:00:41 +0000
committerintrigeri <intrigeri@boum.org>2017-06-24 12:04:21 +0000
commitedc5b49cc9121112a1fed4fc23124a0f09fcb8a9 (patch)
treed049dd5e6ea6d5b6cdea13ac506e549bdaca7345
parente999c41d5aafd7780368beb4901b4cc3cb66c1bf (diff)
Fix-typo-initalized.patch: new patch (forwarded upstream).
-rw-r--r--debian/patches/Fix-typo-initalized.patch22
-rw-r--r--debian/patches/series1
2 files changed, 23 insertions, 0 deletions
diff --git a/debian/patches/Fix-typo-initalized.patch b/debian/patches/Fix-typo-initalized.patch
new file mode 100644
index 0000000..369d961
--- /dev/null
+++ b/debian/patches/Fix-typo-initalized.patch
@@ -0,0 +1,22 @@
+From: intrigeri <intrigeri@boum.org>
+Date: Sat, 24 Jun 2017 11:55:28 +0000
+Subject: Fix typo: "initalized".
+Forwarded: https://github.com/mattp-/Data-Perl/pull/6
+
+---
+ lib/Data/Perl/Role/Collection/Hash.pm | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/lib/Data/Perl/Role/Collection/Hash.pm b/lib/Data/Perl/Role/Collection/Hash.pm
+index 967a997..4454907 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...)>
+
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..d3a2ff4
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+Fix-typo-initalized.patch