Fix various typos (#2719)

Found via `codespell -q 3 -S ./3rdparty,*.ttf -L attribut,ba,clude,conly,indext,inout,lod,nclude,retur,utput`
This commit is contained in:
luzpaz
2022-02-05 14:34:15 -05:00
committed by GitHub
parent e79f92a241
commit 6875e96bcb
27 changed files with 71 additions and 71 deletions

View File

@@ -203,7 +203,7 @@ end
if _OPTIONS["with-sdl"] then
if os.is("windows") then
if not os.getenv("SDL2_DIR") then
print("Set SDL2_DIR enviroment variable.")
print("Set SDL2_DIR environment variable.")
end
end
end