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.
2 parents 720725a + e64e8ba commit 7c49a49Copy full SHA for 7c49a49
src/helper/Site_Letsencrypt.php
@@ -525,7 +525,7 @@ public function isAlreadyExpired( $domain ) {
525
if ( $parsedCertificate->getValidTo()->format( 'U' ) - time() < 0 ) {
526
\EE::log(
527
sprintf(
528
- 'Current certificate is alerady expired on %s, renewal is necessary.',
+ 'Current certificate is already expired on %s, renewal is necessary.',
529
$parsedCertificate->getValidTo()->format( 'Y-m-d H:i:s' )
530
)
531
);
0 commit comments