diff options
author | Johannes Gijsbers <jlg@dds.nl> | 2004-09-11 16:50:06 (GMT) |
---|---|---|
committer | Johannes Gijsbers <jlg@dds.nl> | 2004-09-11 16:50:06 (GMT) |
commit | d345225ae51874b036662e4d1ed0f3f25257661e (patch) | |
tree | 721ddd44c37bf8871d53d118b7ef8f83a8d0d228 /Doc/lib/libtarfile.tex | |
parent | 7a8c43ee6a1f9c50bec8cc5234eff8b1d5e61088 (diff) | |
download | cpython-d345225ae51874b036662e4d1ed0f3f25257661e.zip cpython-d345225ae51874b036662e4d1ed0f3f25257661e.tar.gz cpython-d345225ae51874b036662e4d1ed0f3f25257661e.tar.bz2 |
Patch #1026384: fix two common typo's:
- accomodate -> accommodate
- occured -> occurred
Thanks George Yoshida!
Diffstat (limited to 'Doc/lib/libtarfile.tex')
-rw-r--r-- | Doc/lib/libtarfile.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libtarfile.tex b/Doc/lib/libtarfile.tex index a942bb4..f7800de 100644 --- a/Doc/lib/libtarfile.tex +++ b/Doc/lib/libtarfile.tex @@ -170,7 +170,7 @@ tar archive several times. Each archive member is represented by a not be found in the archive, \exception{KeyError} is raised. \begin{notice} If a member occurs more than once in the archive, its last - occurence is assumed to be the most up-to-date version. + occurrence is assumed to be the most up-to-date version. \end{notice} \end{methoddesc} |