1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Description: Fix typos
Author: Florian Schlichting <fsfs@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
|