summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoragronholm <none@none>2009-09-26 19:48:40 +0300
committeragronholm <none@none>2009-09-26 19:48:40 +0300
commitca17b4f5b4022392bb7013ea493b77fdc576509e (patch)
tree667a98c1d1569cf672d2eee866fb39a45914d89b
parentf00b7464e93706770fba6b891dd9f7e979acb623 (diff)
downloadpython-setuptools-git-ca17b4f5b4022392bb7013ea493b77fdc576509e.tar.gz
Fixed a spelling error
--HG-- branch : distribute extra : rebase_source : 61228c1424382a1ab8305bacd6ed26fce300a8da
-rw-r--r--CHANGES.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 9dfa80cf..63a422fd 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -22,8 +22,8 @@ setuptools
This closes http://bugs.python.org/setuptools/issue2.
-bootstraping
-============
+bootstrapping
+=============
* Fixed bootstrap not working on Windows.
This closes http://bitbucket.org/tarek/distribute/issue/49.
@@ -52,8 +52,8 @@ setuptools
bootstrap.py script.
-bootstraping
-============
+bootstrapping
+=============
* The boostrap process leave setuptools alone if detected in the system
and --root or --prefix is provided, but is not in the same location.