svn commit: r560465 - head/net/p5-VM-EC2-Security-CredentialCache

Alexey Dokuchaev danfe at FreeBSD.org
Wed Jan 6 07:25:16 UTC 2021


Author: danfe
Date: Wed Jan  6 07:25:16 2021
New Revision: 560465
URL: https://svnweb.freebsd.org/changeset/ports/560465

Log:
  Fix couple of typos.

Modified:
  head/net/p5-VM-EC2-Security-CredentialCache/Makefile
  head/net/p5-VM-EC2-Security-CredentialCache/pkg-descr

Modified: head/net/p5-VM-EC2-Security-CredentialCache/Makefile
==============================================================================
--- head/net/p5-VM-EC2-Security-CredentialCache/Makefile	Wed Jan  6 02:30:12 2021	(r560464)
+++ head/net/p5-VM-EC2-Security-CredentialCache/Makefile	Wed Jan  6 07:25:16 2021	(r560465)
@@ -8,7 +8,7 @@ MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	sunpoet at FreeBSD.org
-COMMENT=	Cache credentials respecting expriation time for IAM roles
+COMMENT=	Cache credentials respecting expiration time for IAM roles
 
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual

Modified: head/net/p5-VM-EC2-Security-CredentialCache/pkg-descr
==============================================================================
--- head/net/p5-VM-EC2-Security-CredentialCache/pkg-descr	Wed Jan  6 02:30:12 2021	(r560464)
+++ head/net/p5-VM-EC2-Security-CredentialCache/pkg-descr	Wed Jan  6 07:25:16 2021	(r560465)
@@ -1,6 +1,6 @@
 This module provides a cache for an EC2's IAM credentials represented by
-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.
+VM::EC2::Security::Credentials.  Rather than retrieving the credentials
+for every possible call that uses them, cache them until they expire and
+retrieve them again if they have expired.
 
 WWW: https://metacpan.org/release/VM-EC2-Security-CredentialCache


More information about the svn-ports-head mailing list