fix a few comment typos

This commit is contained in:
Mike Nolta
2015-12-20 20:15:02 -05:00
parent c3aaf005e2
commit 61f07b0c4d
2 changed files with 2 additions and 2 deletions

View File

@@ -145,7 +145,7 @@ def add_env_path(path):
# 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")