diff options
Diffstat (limited to 'crypto/openssl/apps/CA.sh')
-rw-r--r-- | crypto/openssl/apps/CA.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssl/apps/CA.sh b/crypto/openssl/apps/CA.sh index 728f5bf4d84e..d9f3069fb2a6 100644 --- a/crypto/openssl/apps/CA.sh +++ b/crypto/openssl/apps/CA.sh @@ -60,7 +60,7 @@ case $i in echo "Request (and private key) is in newreq.pem" ;; -newca) - # if explictly asked for or it doesn't exist then setup the directory + # if explicitly asked for or it doesn't exist then setup the directory # structure that Eric likes to manage things NEW="1" if [ "$NEW" -o ! -f ${CATOP}/serial ]; then |