Index: head/net/p5-VM-EC2-Security-CredentialCache/Makefile =================================================================== --- head/net/p5-VM-EC2-Security-CredentialCache/Makefile (revision 560464) +++ head/net/p5-VM-EC2-Security-CredentialCache/Makefile (revision 560465) @@ -1,24 +1,24 @@ # Created by: Sunpoet Po-Chuan Hsieh # $FreeBSD$ PORTNAME= VM-EC2-Security-CredentialCache PORTVERSION= 0.25 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@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 BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-DateTime-Format-ISO8601>=0:devel/p5-DateTime-Format-ISO8601 \ p5-VM-EC2>=0:net/p5-VM-EC2 NO_ARCH= yes USE_PERL5= configure USES= perl5 .include Index: head/net/p5-VM-EC2-Security-CredentialCache/pkg-descr =================================================================== --- head/net/p5-VM-EC2-Security-CredentialCache/pkg-descr (revision 560464) +++ head/net/p5-VM-EC2-Security-CredentialCache/pkg-descr (revision 560465) @@ -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