summaryrefslogtreecommitdiffstats
path: root/Modules/mmapmodule.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/mmapmodule.c')
-rw-r--r--Modules/mmapmodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/mmapmodule.c b/Modules/mmapmodule.c
index c3caa22..772e2af 100644
--- a/Modules/mmapmodule.c
+++ b/Modules/mmapmodule.c
@@ -701,7 +701,7 @@ static PyTypeObject mmap_object_type = {
a larger map size, there is no point because all the useful operations
(len(), slicing(), sequence indexing) are limited by a C int.
- Returns -1 on error, with an apprpriate Python exception raised. On
+ Returns -1 on error, with an appropriate Python exception raised. On
success, the map size is returned. */
static int
_GetMapSize(PyObject *o)