File: spelling.patch

package info (click to toggle)
libvm-ec2-security-credentialcache-perl 0.23-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 120 kB
  • ctags: 4
  • sloc: perl: 32; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 854 bytes parent folder | download | duplicates (2)
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