aboutsummaryrefslogtreecommitdiff
path: root/compat/dbminit.c
diff options
context:
space:
mode:
Diffstat (limited to 'compat/dbminit.c')
-rw-r--r--compat/dbminit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/compat/dbminit.c b/compat/dbminit.c
index d8af045..66dae8a 100644
--- a/compat/dbminit.c
+++ b/compat/dbminit.c
@@ -2,7 +2,7 @@
DBM interface. */
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1990-2021 Free Software Foundation, Inc.
+ Copyright (C) 1990-2023 Free Software Foundation, Inc.
GDBM is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -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.