summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorstepshal <nessento@openmailbox.org>2016-06-26 01:33:23 +0700
committerstepshal <nessento@openmailbox.org>2016-06-26 01:33:23 +0700
commitbba4b3975c834655df6e97f89ed099ab21594d1c (patch)
tree634d4d11e8d96d6a89a9bef09c6c7a11ea21a144 /docs
parentebf30b69931a41ab4ff709a38bd855b5777036d3 (diff)
downloadpython-setuptools-git-bba4b3975c834655df6e97f89ed099ab21594d1c.tar.gz
Fix misspellings
Diffstat (limited to 'docs')
-rw-r--r--docs/easy_install.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/easy_install.txt b/docs/easy_install.txt
index a66909b1..591589fb 100644
--- a/docs/easy_install.txt
+++ b/docs/easy_install.txt
@@ -577,7 +577,7 @@ activated or deactivated.
As a result, if you are using EasyInstall to upgrade an existing package, or
to install a package with the same name as an existing package, EasyInstall
will warn you of the conflict. (This is an improvement over ``setup.py
-install``, becuase the ``distutils`` just install new packages on top of old
+install``, because the ``distutils`` just install new packages on top of old
ones, possibly combining two unrelated packages or leaving behind modules that
have been deleted in the newer version of the package.)
@@ -606,7 +606,7 @@ can be safely installed as a zipfile, and then acts on its analysis. (Previous
versions would not install a package as a zipfile unless you used the
``--zip-ok`` option.)
-The current analysis approach is fairly conservative; it currenly looks for:
+The current analysis approach is fairly conservative; it currently looks for:
* Any use of the ``__file__`` or ``__path__`` variables (which should be
replaced with ``pkg_resources`` API calls)