summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrgommers <ralf.gommers@googlemail.com>2010-04-18 09:31:44 +0000
committerrgommers <ralf.gommers@googlemail.com>2010-04-18 09:31:44 +0000
commit81ddba5761b703f174ea82526e048e56d146498e (patch)
treebb7843bbbfc294ee0885733b2646f996087105e0
parentc7ba5001b484eb7565f3a4b1fecadb81f74884bd (diff)
downloadnumpy-81ddba5761b703f174ea82526e048e56d146498e.tar.gz
Fix typo.
-rw-r--r--pavement.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pavement.py b/pavement.py
index 47de3c97c..1514644b1 100644
--- a/pavement.py
+++ b/pavement.py
@@ -15,7 +15,7 @@ as follows::
# remove build dir, and everything generated by previous paver calls
# (included generated installers). Use with care !
paver nuke
- paver bootstrap && source boostrap/bin/activate
+ paver bootstrap && source bootstrap/bin/activate
# Installing numpy is necessary to build the correct documentation (because
# of autodoc)
python setupegg.py install