diff options
Diffstat (limited to 'Doc/lib/libgdbm.tex')
-rw-r--r-- | Doc/lib/libgdbm.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libgdbm.tex b/Doc/lib/libgdbm.tex index 7e26b78..0c36677 100644 --- a/Doc/lib/libgdbm.tex +++ b/Doc/lib/libgdbm.tex @@ -40,7 +40,7 @@ control how the database is opened: \begin{itemize} \item \code{'f'} --- Open the database in fast mode. Writes to the database - will not be syncronized. + will not be synchronized. \item \code{'s'} --- Synchronized mode. This will cause changes to the database will be immediately written to the file. \item \code{'u'} --- Do not lock database. |