aboutsummaryrefslogtreecommitdiff
path: root/compat/dbminit.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2021-11-18 14:25:42 +0200
committerSergey Poznyakoff <gray@gnu.org>2021-11-18 14:25:42 +0200
commitcdc6b5fca3860a5f0466fc646fd99372e50af9f4 (patch)
tree88146de4fc0eb03d900a58fb289c6ac93b8edd4d /compat/dbminit.c
parentc6c8162e6d81fdd5994007f4407de4305f4778bf (diff)
downloadgdbm-cdc6b5fca3860a5f0466fc646fd99372e50af9f4.tar.gz
gdbm-cdc6b5fca3860a5f0466fc646fd99372e50af9f4.tar.bz2
Fix typos
Diffstat (limited to 'compat/dbminit.c')
-rw-r--r--compat/dbminit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/dbminit.c b/compat/dbminit.c
index d8af045..81bad63 100644
--- a/compat/dbminit.c
+++ b/compat/dbminit.c
@@ -25,7 +25,7 @@ DBM *_gdbm_file;
/* Initialize dbm system. FILE is a pointer to the file name. In
standard dbm, the database is found in files called FILE.pag and
- FILE.dir. To make gdbm compatable with dbm using the dbminit call,
+ FILE.dir. To make gdbm compatible with dbm using the dbminit call,
the same file names are used. Specifically, dbminit will use the file
name FILE.pag in its call to gdbm open. If the file (FILE.pag) has a
size of zero bytes, a file initialization procedure is performed,

Return to:

Send suggestions and report system problems to the System administrator.