diff --git a/src/helper/Site_Letsencrypt.php b/src/helper/Site_Letsencrypt.php index 2f99c218..2e38a288 100644 --- a/src/helper/Site_Letsencrypt.php +++ b/src/helper/Site_Letsencrypt.php @@ -510,7 +510,7 @@ public function isAlreadyExpired( $domain ) { if ( $parsedCertificate->getValidTo()->format( 'U' ) - time() < 0 ) { \EE::log( sprintf( - 'Current certificate is alerady expired on %s, renewal is necessary.', + 'Current certificate is already expired on %s, renewal is necessary.', $parsedCertificate->getValidTo()->format( 'Y-m-d H:i:s' ) ) );