summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2021-08-03 07:33:24 +0300
committerSergey Poznyakoff <gray@gnu.org>2021-08-03 07:33:24 +0300
commite7fa39cc66f26f733f7e8f271aacc00f77696375 (patch)
tree524f2ec10f45aa47a33681c82b93d2de1c3dc34e
parent9016182fe92dcdfa9103acd144ab01f30463ac72 (diff)
downloadgdbm-e7fa39cc66f26f733f7e8f271aacc00f77696375.tar.gz
Fix typos
-rw-r--r--README2
-rw-r--r--doc/gdbm.texi4
2 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index cfac716..14c97a9 100644
--- a/README
+++ b/README
@@ -21,7 +21,7 @@ the documentation can be accessed by running `man gdbm' and
* Overview
-GNU dbm is a set of database routines that use extendible hashing and
+GNU dbm is a set of database routines that use extendable hashing and
works similar to the standard UNIX dbm routines. The library provides
also an optional compatibility layer for UNIX-like dbm and ndbm calls.
diff --git a/doc/gdbm.texi b/doc/gdbm.texi
index 0d0a161..9878839 100644
--- a/doc/gdbm.texi
+++ b/doc/gdbm.texi
@@ -1537,7 +1537,7 @@ to fall back on a safe backup copy of the data file.
@end defvr
@defvr {gdbm_latest_snapshot} GDBM_SNAPSHOT_ERR
-System error ocurred in @code{gdbm_latest_snapshot}. Examine the
+System error occurred in @code{gdbm_latest_snapshot}. Examine the
system @code{errno} variable for details. Its possible values are:
@table @code
@@ -1619,7 +1619,7 @@ by a colon and four fields, in this order:
@item File permission bits in @command{ls -l} notation
@item Modification timestamp
@item Numsync counter
-For datatabases in standard GDBM format, this field is @samp{N/A}. If
+For databases in standard GDBM format, this field is @samp{N/A}. If
the counter cannot be obtained because of error, this field is @samp{?}.
@end enumerate