[libvm-ec2-security-credentialcache-perl] 03/03: Add spelling.patch

Florian Schlichting fsfs at moszumanska.debian.org
Sun Aug 23 13:41:14 UTC 2015


This is an automated email from the git hooks/post-receive script.

fsfs pushed a commit to branch master
in repository libvm-ec2-security-credentialcache-perl.

commit 47b4144b6fc9f39bc811c4d4a09319d00ab9948f
Author: Florian Schlichting <fsfs at debian.org>
Date:   Sun Aug 23 15:37:44 2015 +0200

    Add spelling.patch
---
 debian/patches/series         |  1 +
 debian/patches/spelling.patch | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..5299247
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..f528c41
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,23 @@
+Description: Fix typos
+Author: Florian Schlichting <fsfs at debian.org>
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=106619
+
+--- a/lib/VM/EC2/Security/CredentialCache.pm
++++ b/lib/VM/EC2/Security/CredentialCache.pm
+@@ -15,14 +15,14 @@
+ 
+   use VM::EC2::Security::CredentialCache;
+ 
+-  # return a VM::EC2::Security::Credentials if avaiable undef otherwise.
++  # return a VM::EC2::Security::Credentials if available undef otherwise.
+   my $credentials = VM::EC2::Security::CredentialCache->get();
+ 
+ =head1 DESCRIPTION
+ 
+ This module provides a cache for an EC2's IAM credentials represented by L<VM::EC2::Security::Credentials>. 
+ Rather than retriving the credentials for every possible call that uses them, cache them until they
+-expire and retreive them again if they have expired.
++expire and retrieve them again if they have expired.
+ 
+ =cut
+ 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libvm-ec2-security-credentialcache-perl.git



More information about the Pkg-perl-cvs-commits mailing list