From e2e831dbf94aed1fd628fbef6758449bbf4bca6b Mon Sep 17 00:00:00 2001 From: Michael Gisbers Date: Sun, 29 Nov 2020 22:23:25 +0100 Subject: global-functions: $CertificateDownload: fix typo Signed-off-by: Michael Gisbers Signed-off-by: Christian Hesse --- global-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3-54-g00ecf