diff options
-rw-r--r-- | global-functions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/global-functions b/global-functions index f42d8f9..5e4ef8b 100644 --- a/global-functions +++ b/global-functions @@ -119,7 +119,7 @@ $CertificateNameByCN [ / certificate get $Cert common-name ]; } } on-error={ - $LogPrintExit warning ("Failed imprting certificate with " . \ + $LogPrintExit warning ("Failed importing certificate with " . \ "CommonName \"" . $CommonName . "\"!") false; :return false; } |