frabbit 11 năm trước cách đây
mục cha
commit
f9987e94a1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
 	static function __init__ ():Void
 	{
 	{
 		try {
 		try {
-			python.Macros.importAs("msvrt", "python.lib.Msvcrt");
+			python.Macros.importAs("msvcrt", "python.lib.Msvcrt");
 		} catch (e:Dynamic) {}
 		} catch (e:Dynamic) {}
 	}
 	}