From f7df67cff0a756eefc8daea36e6468df694a43d0 Mon Sep 17 00:00:00 2001 From: klemens Date: Sun, 26 Mar 2017 17:02:22 +0200 Subject: spelling fixes Closes #1356 --- tests/certs/Server-localhost-sv.pem | 2 +- tests/certs/Server-localhost-sv.prm | 2 +- tests/certs/Server-localhost.nn-sv.pem | 2 +- tests/certs/Server-localhost.nn-sv.prm | 2 +- tests/certs/scripts/genserv.sh | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'tests/certs') 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 -- cgit v1.2.3