From 9e56ee19d57f6ecb32d6cb5cd36809fd02cd34c1 Mon Sep 17 00:00:00 2001 From: William Deegan Date: Mon, 9 May 2016 15:37:11 -0700 Subject: Fix typo in comment. --- test/SConscript/SConscript.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/SConscript/SConscript.py b/test/SConscript/SConscript.py index 8bc9127..d1e09ce 100644 --- a/test/SConscript/SConscript.py +++ b/test/SConscript/SConscript.py @@ -85,7 +85,7 @@ SConscript('SConscript7') test.write('SConscript', """\ -# os should not be automajically imported: +# os should not be automatically imported: assert "os" not in globals() import os -- cgit v0.12