diff options
author | Michael Gisbers <michael@gisbers.de> | 2020-11-29 22:23:25 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2020-11-29 22:26:18 +0100 |
commit | e2e831dbf94aed1fd628fbef6758449bbf4bca6b (patch) | |
tree | a72740a8b5f3021e068af90031c1380c6a363192 | |
parent | 107f9e4bdf5e0964a66faab82620d7f42c5c1fca (diff) |
global-functions: $CertificateDownload: fix typo
Signed-off-by: Michael Gisbers <michael@gisbers.de>
Signed-off-by: Christian Hesse <mail@eworm.de>
-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; } |