Skip to content

Commit a984945

Browse files
committed
DOC: typo in comment
1 parent aacad0d commit a984945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ elif [ "$TEST" == "macpython27_10.9" ] ; then
291291
export PIP="sudo $MACPYTHON_PREFIX/$PY/bin/pip$PY"
292292

293293
# pip gets confused as to which PYTHONPATH it is supposed to look at
294-
# make sure to upgrade default-installed packges so that they actually
294+
# make sure to upgrade default-installed packages so that they actually
295295
# show up in $PYTHON's search path
296296
if [ -z "$BIN_NUMPY" ] ; then
297297
$PIP install numpy

0 commit comments

Comments
 (0)