1
0
Fork 0
mirror of synced 2024-09-29 08:51:28 +13:00

Fixed spelling

This commit is contained in:
Eldad Fux 2020-10-25 16:43:23 +02:00
parent 97f224e0f3
commit 527f65277a

View file

@ -66,7 +66,7 @@ class CertificatesV1
}
if(!$domain->isKnown() || $domain->isTest()) {
throw new Exception('Unkown public suffix for domain');
throw new Exception('Unknown public suffix for domain');
}
if($validateTarget) {