There was an error while loading. Please reload this page.
1 parent 8f6eccd commit 9308deaCopy full SHA for 9308dea
1 file changed
Modules/mmapmodule.c
@@ -1067,7 +1067,7 @@ new_mmap_object(PyTypeObject *type, PyObject *args, PyObject *kwdict)
1067
return NULL;
1068
if (map_size < 0) {
1069
PyErr_SetString(PyExc_OverflowError,
1070
- "memory mapped length must be postiive");
+ "memory mapped length must be positive");
1071
1072
}
1073
if (offset < 0) {
@@ -1253,7 +1253,7 @@ new_mmap_object(PyTypeObject *type, PyObject *args, PyObject *kwdict)
1253
1254
1255
1256
1257
1258
1259
0 commit comments