From c2a3d1d83763961c353eede3c3b3277e8845edd0 Mon Sep 17 00:00:00 2001 From: DJ Lucas Date: Sun, 8 Aug 2021 22:32:37 -0500 Subject: [PATCH] make-ca: Fix typo. --- make-ca | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make-ca b/make-ca index 805af81..798c9ea 100644 --- a/make-ca +++ b/make-ca @@ -323,7 +323,7 @@ function showhelp(){ echo " The path of the p11-kit trust utility" echo "" echo " -i, --mscodesign" - echo " Use Microsoft's trus values for code singing" + echo " Use Microsoft's trust values for code singing" echo " You must copy /etc/CS.txt to \$SSLDIR" echo "" echo " -f, --force Force run, even if source is not newer"