spelling fixes

Closes #1356
This commit is contained in:
klemens 2017-03-26 17:02:22 +02:00 committed by Daniel Stenberg
parent 8e65877870
commit f7df67cff0
92 changed files with 165 additions and 165 deletions

View file

@ -21,7 +21,7 @@ commonName_value = localhost
[something]
# The key
# the certficate
# the certificate
# some dhparam
-----BEGIN RSA PRIVATE KEY-----
MIICXgIBAAKBgQC6X0tpdDGZTfS0typluLcxwTjPNje7XhjjUh9SqlolLwxmiDKw

View file

@ -21,5 +21,5 @@ commonName_value = localhost
[something]
# The key
# the certficate
# the certificate
# some dhparam

View file

@ -21,7 +21,7 @@ commonName_value = localhost.nn
[something]
# The key
# the certficate
# the certificate
# some dhparam
-----BEGIN RSA PRIVATE KEY-----
MIICXQIBAAKBgQCszBFwdCntewBEisBHA1Cdb1G3yXvdfu4pZ1uRm8fF5p1ZPmsz

View file

@ -21,5 +21,5 @@ commonName_value = localhost.nn
[something]
# The key
# the certficate
# the certificate
# some dhparam

View file

@ -39,7 +39,7 @@ if [ ".$CAPREFIX" = . ] ; then
NOTOK=1
else
if [ ! -f $CAPREFIX-ca.cacert ] ; then
echo No CA certficate file $CAPREFIX-ca.caert
echo No CA certificate file $CAPREFIX-ca.caert
NOTOK=1
fi
if [ ! -f $CAPREFIX-ca.key ] ; then