From 7073f947bdffb33724f974aae8815712b4dac653 Mon Sep 17 00:00:00 2001 From: Stacey Sheldon Date: Sun, 16 Aug 2015 12:38:19 -0400 Subject: [PATCH] examples: fix typos in generate-csr.sh script comments --- examples/generate-csr.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/generate-csr.sh b/examples/generate-csr.sh index fa9327095..c4a3af016 100755 --- a/examples/generate-csr.sh +++ b/examples/generate-csr.sh @@ -1,7 +1,7 @@ #!/bin/sh # This script generates a simple SAN CSR to be used with Let's Encrypt -# CA. Mostly intedened for "auth --csr" testing, but, since its easily -# auditable, feel free to adjust it and use on you production web +# CA. Mostly intended for "auth --csr" testing, but, since it's easily +# auditable, feel free to adjust it and use it on your production web # server. if [ "$#" -lt 1 ]