frabbit 11 yıl önce
ebeveyn
işleme
f9987e94a1
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      std/python/lib/Msvcrt.hx

+ 1 - 1
std/python/lib/Msvcrt.hx

@@ -8,7 +8,7 @@ extern class Msvcrt {
 	static function __init__ ():Void
 	{
 		try {
-			python.Macros.importAs("msvrt", "python.lib.Msvcrt");
+			python.Macros.importAs("msvcrt", "python.lib.Msvcrt");
 		} catch (e:Dynamic) {}
 	}