frabbit 11 years ago
parent
commit
f9987e94a1
1 changed files with 1 additions and 1 deletions
  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) {}
 	}