diff options
author | Eric Fiselier <eric@efcs.ca> | 2017-05-09 23:47:20 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2017-05-09 23:47:20 +0000 |
commit | 78046e462417425daae02ddc7a472df117dfd05e (patch) | |
tree | ef3bd4f00191ba124e37afeea5383b1de9f4fc45 /libcxx/test/support/filesystem_test_helper.hpp | |
parent | a06384f3d8e2b596b75d7a63c9bf1eb25e6d552e (diff) | |
download | bcm5719-llvm-78046e462417425daae02ddc7a472df117dfd05e.tar.gz bcm5719-llvm-78046e462417425daae02ddc7a472df117dfd05e.zip |
Fix misspelling of environment throughout libc++
llvm-svn: 302600
Diffstat (limited to 'libcxx/test/support/filesystem_test_helper.hpp')
-rw-r--r-- | libcxx/test/support/filesystem_test_helper.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libcxx/test/support/filesystem_test_helper.hpp b/libcxx/test/support/filesystem_test_helper.hpp index 6cc0e370a78..755be90351f 100644 --- a/libcxx/test/support/filesystem_test_helper.hpp +++ b/libcxx/test/support/filesystem_test_helper.hpp @@ -227,7 +227,7 @@ private: } static inline void fs_helper_run(std::string const& raw_cmd) { - // check that the fs test root in the enviroment matches what we were + // check that the fs test root in the environment matches what we were // compiled with. static bool checked = checkDynamicTestRoot(); ((void)checked); @@ -246,7 +246,7 @@ private: std::abort(); } if (std::string(fs_root) != LIBCXX_FILESYSTEM_DYNAMIC_TEST_ROOT) { - std::printf("ERROR: LIBCXX_FILESYSTEM_DYNAMIC_TEST_ROOT enviroment variable" + std::printf("ERROR: LIBCXX_FILESYSTEM_DYNAMIC_TEST_ROOT environment variable" " must have the same value as when the test was compiled.\n"); std::printf(" Current Value: '%s'\n", fs_root); std::printf(" Expected Value: '%s'\n", LIBCXX_FILESYSTEM_DYNAMIC_TEST_ROOT); |