summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTodd Gamblin <tgamblin@llnl.gov>2015-12-22 07:56:54 -0800
committerTodd Gamblin <tgamblin@llnl.gov>2015-12-22 07:56:54 -0800
commit157e42de22c4b54924144e99e728f9aa01778a6a (patch)
treedf8deb9d72077a66eb9f6579235f8d7144d44513 /lib
parent642ee87fcc6ade1b60568ccbb70fab03b5137e1b (diff)
parent61f07b0c4d50c831d4723341c1a896c54d82c221 (diff)
downloadspack-157e42de22c4b54924144e99e728f9aa01778a6a.tar.gz
spack-157e42de22c4b54924144e99e728f9aa01778a6a.tar.bz2
spack-157e42de22c4b54924144e99e728f9aa01778a6a.tar.xz
spack-157e42de22c4b54924144e99e728f9aa01778a6a.zip
Merge pull request #264 from nolta/typos
fix a few comment typos
Diffstat (limited to 'lib')
-rw-r--r--lib/spack/spack/build_environment.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/spack/build_environment.py b/lib/spack/spack/build_environment.py
index 20154a55b3..84c2f6015b 100644
--- a/lib/spack/spack/build_environment.py
+++ b/lib/spack/spack/build_environment.py
@@ -145,7 +145,7 @@ def set_build_environment_variables(pkg):
# Install root prefix
os.environ[SPACK_INSTALL] = spack.install_path
- # Remove these vars from the environment during build becaus they
+ # Remove these vars from the environment during build because they
# can affect how some packages find libraries. We want to make
# sure that builds never pull in unintended external dependencies.
pop_keys(os.environ, "LD_LIBRARY_PATH", "LD_RUN_PATH", "DYLD_LIBRARY_PATH")