gdbm: Doco typos.
authorMatt Birkholz <matt@birchwood-abbey.net>
Mon, 15 Jan 2018 17:36:56 +0000 (10:36 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Mon, 15 Jan 2018 17:36:56 +0000 (10:36 -0700)
src/gdbm/mit-scheme-gdbm.texi

index f6a58eacdb9f77dde60b9f7a7259b9f4414a0b24..a3cbe5ffc2ee2bcdebcd78b108a3f40bc8b3d3c7 100644 (file)
@@ -9,7 +9,7 @@
 @copying
 This manual documents MIT/GNU Scheme GDBM @value{VERSION}.
 
-Copyright @copyright{} 2017 Matthew Birkholz
+Copyright @copyright{} 2017 Massachusetts Institute of Technology
 Copyright @copyright{} 1993-99 Free Software Foundation, Inc.
 
 @quotation
@@ -224,7 +224,7 @@ The parameter is:
 The object returned by @code{gdbm-open}.
 @end table
 
-Closes the gdbm file and frees all memory associated with @var{dbf}. 
+Closes the gdbm file and frees all memory associated with @var{dbf}.
 @end deffn
 
 
@@ -382,6 +382,7 @@ the same name as the old file and @code{dbf} is updated to contain all the
 correct information about the new file.
 @end deffn
 
+
 @node Sync
 @chapter Database Synchronization
 
@@ -399,7 +400,7 @@ made to the database and before some long waiting time.
 
 
 @node Options
-@chapter Seting options.
+@chapter Setting options.
 
 Gdbm supports the ability to set certain options on an already
 open database.