diff options
author | klemens <ka7@github.com> | 2017-03-26 17:02:22 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-03-26 23:56:23 +0200 |
commit | f7df67cff0a756eefc8daea36e6468df694a43d0 (patch) | |
tree | 5c0f0e6547531e4681d1bf5ec88c24db322fe96f /tests/certs | |
parent | 8e65877870c1fac920b65219adec720df810aab9 (diff) | |
download | curl-f7df67cff0a756eefc8daea36e6468df694a43d0.tar.gz |
spelling fixes
Closes #1356
Diffstat (limited to 'tests/certs')
-rw-r--r-- | tests/certs/Server-localhost-sv.pem | 2 | ||||
-rw-r--r-- | tests/certs/Server-localhost-sv.prm | 2 | ||||
-rw-r--r-- | tests/certs/Server-localhost.nn-sv.pem | 2 | ||||
-rw-r--r-- | tests/certs/Server-localhost.nn-sv.prm | 2 | ||||
-rwxr-xr-x | tests/certs/scripts/genserv.sh | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/tests/certs/Server-localhost-sv.pem b/tests/certs/Server-localhost-sv.pem index 6ef1fd513..a6d9b0350 100644 --- a/tests/certs/Server-localhost-sv.pem +++ b/tests/certs/Server-localhost-sv.pem @@ -21,7 +21,7 @@ commonName_value = localhost [something] # The key -# the certficate +# the certificate # some dhparam -----BEGIN RSA PRIVATE KEY----- MIICXgIBAAKBgQC6X0tpdDGZTfS0typluLcxwTjPNje7XhjjUh9SqlolLwxmiDKw diff --git a/tests/certs/Server-localhost-sv.prm b/tests/certs/Server-localhost-sv.prm index 97e64cec2..50ccfd858 100644 --- a/tests/certs/Server-localhost-sv.prm +++ b/tests/certs/Server-localhost-sv.prm @@ -21,5 +21,5 @@ commonName_value = localhost [something] # The key -# the certficate +# the certificate # some dhparam diff --git a/tests/certs/Server-localhost.nn-sv.pem b/tests/certs/Server-localhost.nn-sv.pem index b3712f74f..7dfd4e6e2 100644 --- a/tests/certs/Server-localhost.nn-sv.pem +++ b/tests/certs/Server-localhost.nn-sv.pem @@ -21,7 +21,7 @@ commonName_value = localhost.nn [something] # The key -# the certficate +# the certificate # some dhparam -----BEGIN RSA PRIVATE KEY----- MIICXQIBAAKBgQCszBFwdCntewBEisBHA1Cdb1G3yXvdfu4pZ1uRm8fF5p1ZPmsz diff --git a/tests/certs/Server-localhost.nn-sv.prm b/tests/certs/Server-localhost.nn-sv.prm index 399e38a4e..093d47561 100644 --- a/tests/certs/Server-localhost.nn-sv.prm +++ b/tests/certs/Server-localhost.nn-sv.prm @@ -21,5 +21,5 @@ commonName_value = localhost.nn [something] # The key -# the certficate +# the certificate # some dhparam diff --git a/tests/certs/scripts/genserv.sh b/tests/certs/scripts/genserv.sh index e7845c5c1..50bac0116 100755 --- a/tests/certs/scripts/genserv.sh +++ b/tests/certs/scripts/genserv.sh @@ -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 |