frabbit 11 年之前
父节点
当前提交
f9987e94a1
共有 1 个文件被更改,包括 1 次插入1 次删除
  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) {}
 	}