Date: Wed, 6 Jan 2021 07:25:16 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r560465 - head/net/p5-VM-EC2-Security-CredentialCache Message-ID: <202101060725.1067PGqK025324@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101060725.1067PGqK025324>