aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/command/easy_install.py
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever.FTA@GMail.Com>2015-03-30 03:40:43 +0200
committerArfrever Frehtes Taifersar Arahesis <Arfrever.FTA@GMail.Com>2015-03-30 03:40:43 +0200
commit933e26cd75231ba6402c38e4044e001a5d47fa3f (patch)
tree09cd6f421e7a7608fc956bbde602ac3e6fc9d11e /setuptools/command/easy_install.py
parent8cff8857708d580441192c02af9dab910ba11ebb (diff)
downloadexternal_python_setuptools-933e26cd75231ba6402c38e4044e001a5d47fa3f.tar.gz
external_python_setuptools-933e26cd75231ba6402c38e4044e001a5d47fa3f.tar.bz2
external_python_setuptools-933e26cd75231ba6402c38e4044e001a5d47fa3f.zip
Fix some typos.
Diffstat (limited to 'setuptools/command/easy_install.py')
-rwxr-xr-xsetuptools/command/easy_install.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/command/easy_install.py b/setuptools/command/easy_install.py
index f2bfa68d..74803b59 100755
--- a/setuptools/command/easy_install.py
+++ b/setuptools/command/easy_install.py
@@ -152,7 +152,7 @@ class easy_install(Command):
create_index = PackageIndex
def initialize_options(self):
- # the --user option seemst to be an opt-in one,
+ # the --user option seems to be an opt-in one,
# so the default should be False.
self.user = 0
self.zip_ok = self.local_snapshots_ok = None