Skip to content

Commit 7c49a49

Browse files
authored
Merge pull request #421 from gingerbeardman/patch-1
fix typo
2 parents 720725a + e64e8ba commit 7c49a49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helper/Site_Letsencrypt.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ public function isAlreadyExpired( $domain ) {
525525
if ( $parsedCertificate->getValidTo()->format( 'U' ) - time() < 0 ) {
526526
\EE::log(
527527
sprintf(
528-
'Current certificate is alerady expired on %s, renewal is necessary.',
528+
'Current certificate is already expired on %s, renewal is necessary.',
529529
$parsedCertificate->getValidTo()->format( 'Y-m-d H:i:s' )
530530
)
531531
);

0 commit comments

Comments
 (0)