Index: test/intermediate_dir/gyptest-intermediate-dir.py |
diff --git a/test/intermediate_dir/gyptest-intermediate-dir.py b/test/intermediate_dir/gyptest-intermediate-dir.py |
index 6e9d7332671c7ef24e54718ae3d792e20b12be9c..99e605cc73f13ec513da3c7ef7619816e2de7f2c 100755 |
--- a/test/intermediate_dir/gyptest-intermediate-dir.py |
+++ b/test/intermediate_dir/gyptest-intermediate-dir.py |
@@ -29,7 +29,7 @@ test.run_gyp('test2.gyp', chdir='src') |
test.sleep() |
test.touch('src/shared_infile.txt') |
test.build('test2.gyp', 'target2', chdir='src') |
-# Check INTERMEDIATE_DIR file didn't get overwritten but SHARED_INTERMEDIAT_DIR |
+# Check INTERMEDIATE_DIR file didn't get overwritten but SHARED_INTERMEDIATE_DIR |
# file did. |
intermediate_file2 = test.read('src/outfile.txt') |
test.must_contain(intermediate_file1, 'target1') |