Fix misspelling of environment throughout libc++

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@302600 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Fiselier
2017-05-09 23:47:20 +00:00
parent 867ae29929
commit 01c2bb3677
4 changed files with 5 additions and 5 deletions

View File

@@ -25,7 +25,7 @@ def sanitize(p):
"""
Some of the tests restrict permissions to induce failures.
Before we delete the test enviroment, we have to walk it and re-raise the
Before we delete the test environment, we have to walk it and re-raise the
permissions.
"""
def clean_recursive(root_p):