Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2017-01-27 03:21:54 +0300
committerBrad Warren <bmw@users.noreply.github.com>2017-01-27 03:21:54 +0300
commit6a39a42f45f3b5c7e497b5f4296ed33d10f5c4d2 (patch)
tree6c3981810ce275fdf11a9a11238f31bf174ab73b /tests
parentfe03c5a14c472f117eff039bd066e3019e131d53 (diff)
Spelling (#4101)
* spelling: action * spelling: artifacts * spelling: asymmetric * spelling: attempts * spelling: bizarre * spelling: certbot * spelling: certificate * spelling: certainly * spelling: challenge * spelling: client * spelling: collated * spelling: correct * spelling: considered * spelling: custom * spelling: distinguish * spelling: encoding * spelling: enhancement * spelling: equivalent * spelling: execution * spelling: existence * spelling: failed * spelling: handshake * spelling: hyphen * spelling: initialized * spelling: initialization * spelling: interpretation * spelling: letsencrypt * spelling: multiline * spelling: multipart * spelling: necessary * spelling: otherwise * spelling: output * spelling: overridden * spelling: positives * spelling: preferable * spelling: progress * spelling: recommended * spelling: referring * spelling: relativity * spelling: request * spelling: requiring * spelling: separate * spelling: source * spelling: specified * spelling: standard * spelling: successfully * spelling: unparseable * spelling: useful
Diffstat (limited to 'tests')
-rwxr-xr-xtests/boulder-integration.sh2
-rwxr-xr-xtests/letstest/scripts/test_letsencrypt_auto_certonly_standalone.sh2
-rwxr-xr-xtests/letstest/scripts/test_ocsp_experimental.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/boulder-integration.sh b/tests/boulder-integration.sh
index 5a1f88c8a..4a2131006 100755
--- a/tests/boulder-integration.sh
+++ b/tests/boulder-integration.sh
@@ -139,7 +139,7 @@ sed -i "4arenew_before_expiry = 4 years" "$root/conf/renewal/le.wtf.conf"
common_no_force_renew renew --rsa-key-size 2048
CheckCertCount "le.wtf" 3
-# The 4096 bit setting should persist to the first renewal, but be overriden in the second
+# The 4096 bit setting should persist to the first renewal, but be overridden in the second
size1=`wc -c ${root}/conf/archive/le.wtf/privkey1.pem | cut -d" " -f1`
size2=`wc -c ${root}/conf/archive/le.wtf/privkey2.pem | cut -d" " -f1`
diff --git a/tests/letstest/scripts/test_letsencrypt_auto_certonly_standalone.sh b/tests/letstest/scripts/test_letsencrypt_auto_certonly_standalone.sh
index 9b5ff88a2..815522d38 100755
--- a/tests/letstest/scripts/test_letsencrypt_auto_certonly_standalone.sh
+++ b/tests/letstest/scripts/test_letsencrypt_auto_certonly_standalone.sh
@@ -21,7 +21,7 @@ letsencrypt-auto certonly --no-self-upgrade -v --standalone --debug \
# 1. be in the right directory
cd tests/letstest/testdata/
-# 2. refer to the config with the same level of relativitity that it itself
+# 2. refer to the config with the same level of relativity that it itself
# contains :/
OUT=`letsencrypt-auto certificates --config-dir sample-config -v`
TEST_CERTS=`echo "$OUT" | grep TEST_CERT | wc -l`
diff --git a/tests/letstest/scripts/test_ocsp_experimental.sh b/tests/letstest/scripts/test_ocsp_experimental.sh
index cc787653c..91298385c 100755
--- a/tests/letstest/scripts/test_ocsp_experimental.sh
+++ b/tests/letstest/scripts/test_ocsp_experimental.sh
@@ -22,7 +22,7 @@ sudo venv/bin/certbot certonly --no-self-upgrade -v --standalone --debug \
# 1. be in the right directory
cd tests/letstest/testdata/
-# 2. refer to the config with the same level of relativitity that it itself
+# 2. refer to the config with the same level of relativity that it itself
# contains :/
OUT=`sudo ../../../venv/bin/certbot certificates -v --config-dir sample-config`
TEST_CERTS=`echo "$OUT" | grep TEST_CERT | wc -l`