summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libmmap.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2005-01-19 03:39:17 (GMT)
committerFred Drake <fdrake@acm.org>2005-01-19 03:39:17 (GMT)
commitb184ae860e7a1922918a1822274fb7bacacde163 (patch)
tree613885bc2dbb4d637597c4266738a6805971a2bc /Doc/lib/libmmap.tex
parent9f79dbfd4a4d39f1bf30b40573033ef4ad5701bc (diff)
downloadcpython-b184ae860e7a1922918a1822274fb7bacacde163.zip
cpython-b184ae860e7a1922918a1822274fb7bacacde163.tar.gz
cpython-b184ae860e7a1922918a1822274fb7bacacde163.tar.bz2
fix a bunch of spelling errors
(closes SF patch #1104868)
Diffstat (limited to 'Doc/lib/libmmap.tex')
-rw-r--r--Doc/lib/libmmap.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libmmap.tex b/Doc/lib/libmmap.tex
index 0334147..d0fbf88 100644
--- a/Doc/lib/libmmap.tex
+++ b/Doc/lib/libmmap.tex
@@ -35,7 +35,7 @@ mapping. The initial memory values for all three access types are
taken from the specified file. Assignment to an
\constant{ACCESS_READ} memory map raises a \exception{TypeError}
exception. Assignment to an \constant{ACCESS_WRITE} memory map
-affects both memory and the underlying file. Assigment to an
+affects both memory and the underlying file. Assignment to an
\constant{ACCESS_COPY} memory map affects memory but does not update
the underlying file.