SF Patch #1093896: miscellaneous doc typos
diff --git a/Doc/lib/libshelve.tex b/Doc/lib/libshelve.tex
index 47f7ef6..9e9f7fe 100644
--- a/Doc/lib/libshelve.tex
+++ b/Doc/lib/libshelve.tex
@@ -18,7 +18,7 @@
for the underlying database. As a side-effect, an extension may be added to
the filename and more than one file may be created. By default, the
underlying database file is opened for reading and writing. The optional
-{}\var{flag} pararameter has the same interpretation as the \var{flag}
+{}\var{flag} parameter has the same interpretation as the \var{flag}
parameter of \function{anydbm.open}.
By default, version 0 pickles are used to serialize values.