Skip to content

Commit e64e8ba

Browse files
fix typo
1 parent cf91484 commit e64e8ba

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
@@ -510,7 +510,7 @@ public function isAlreadyExpired( $domain ) {
510510
if ( $parsedCertificate->getValidTo()->format( 'U' ) - time() < 0 ) {
511511
\EE::log(
512512
sprintf(
513-
'Current certificate is alerady expired on %s, renewal is necessary.',
513+
'Current certificate is already expired on %s, renewal is necessary.',
514514
$parsedCertificate->getValidTo()->format( 'Y-m-d H:i:s' )
515515
)
516516
);

0 commit comments

Comments
 (0)