Speel initialise write. Tanks Anthony.

This commit is contained in:
Neal Norwitz 2006-07-21 07:59:02 +00:00
parent e1fdb32ff2
commit 33722aec57
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ _PyImport_Init(void)
++countS;
filetab = PyMem_NEW(struct filedescr, countD + countS + 1);
if (filetab == NULL)
Py_FatalError("Can't intiialize import file table.");
Py_FatalError("Can't initialize import file table.");
memcpy(filetab, _PyImport_DynLoadFiletab,
countD * sizeof(struct filedescr));
memcpy(filetab + countD, _PyImport_StandardFiletab,