We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf91484 commit e64e8baCopy full SHA for e64e8ba
src/helper/Site_Letsencrypt.php
@@ -510,7 +510,7 @@ public function isAlreadyExpired( $domain ) {
510
if ( $parsedCertificate->getValidTo()->format( 'U' ) - time() < 0 ) {
511
\EE::log(
512
sprintf(
513
- 'Current certificate is alerady expired on %s, renewal is necessary.',
+ 'Current certificate is already expired on %s, renewal is necessary.',
514
$parsedCertificate->getValidTo()->format( 'Y-m-d H:i:s' )
515
)
516
);
0 commit comments