Fix misc. source comment typos

Found via `codespell`
This commit is contained in:
luz paz
2021-05-26 22:11:57 -04:00
committed by Thomas Krijnen
parent c2684f4fbf
commit 880fbe9533
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ else:
test_cases = []
failed = []
# Create the ouput directory
# Create the output directory
cwd = os.path.abspath(os.path.dirname(inspect.getfile(inspect.currentframe())))
os.chdir(cwd)
if not os.path.exists("output"): os.mkdir("output")