summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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