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/tools
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 /tools
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 'tools')
-rwxr-xr-xtools/_venv_common.sh2
-rwxr-xr-xtools/release.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/_venv_common.sh b/tools/_venv_common.sh
index a121af82d..720dcaeab 100755
--- a/tools/_venv_common.sh
+++ b/tools/_venv_common.sh
@@ -2,7 +2,7 @@
VENV_NAME=${VENV_NAME:-venv}
-# .egg-info directories tend to cause bizzaire problems (e.g. `pip -e
+# .egg-info directories tend to cause bizarre problems (e.g. `pip -e
# .` might unexpectedly install letshelp-certbot only, in case
# `python letshelp-certbot/setup.py build` has been called
# earlier)
diff --git a/tools/release.sh b/tools/release.sh
index be306d8e0..75a4af29c 100755
--- a/tools/release.sh
+++ b/tools/release.sh
@@ -72,7 +72,7 @@ pip install -U virtualenv
root_without_le="$version.$$"
root="./releases/le.$root_without_le"
-echo "Cloning into fresh copy at $root" # clean repo = no artificats
+echo "Cloning into fresh copy at $root" # clean repo = no artifacts
git clone . $root
git rev-parse HEAD
cd $root