summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2017-03-16 10:45:09 -0400
committerAdam J. Stewart <ajstewart426@gmail.com>2017-03-16 09:45:09 -0500
commitd6a7000aee1613564bdacab31bdb45236eb73ce6 (patch)
tree9cffc4ac0cd32607787e2cbd2818f36bbcdc73ad
parent19a90ccc19e64fd751defa11383083915ced13f5 (diff)
downloadspack-d6a7000aee1613564bdacab31bdb45236eb73ce6.tar.gz
spack-d6a7000aee1613564bdacab31bdb45236eb73ce6.tar.bz2
spack-d6a7000aee1613564bdacab31bdb45236eb73ce6.tar.xz
spack-d6a7000aee1613564bdacab31bdb45236eb73ce6.zip
py-numpy: Correct typos in comment (#3462)
-rw-r--r--var/spack/repos/builtin/packages/py-numpy/package.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/py-numpy/package.py b/var/spack/repos/builtin/packages/py-numpy/package.py
index 3571ff1f15..3ed0d0bdb5 100644
--- a/var/spack/repos/builtin/packages/py-numpy/package.py
+++ b/var/spack/repos/builtin/packages/py-numpy/package.py
@@ -96,11 +96,11 @@ class PyNumpy(PythonPackage):
# FIXME: as of @1.11.2, numpy does not work with separately
# specified threading and interface layers. A workaround is
# a terribly bad idea to use mkl_rt. In this case Spack
- # won't no longer be able to guarantee that one and the
+ # will no longer be able to guarantee that one and the
# same variant of Blas/Lapack (32/64bit, threaded/serial)
# is used within the DAG. This may lead to a lot of
# hard-to-debug segmentation faults on user's side. Users
- # may also break working installation by (unconciously)
+ # may also break working installation by (unconsciously)
# setting environment variable to switch between different
# interface and threading layers dynamically. From this
# perspective it is no different from throwing away RPATH's