aboutsummaryrefslogtreecommitdiff
path: root/src/gdbmexists.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gdbmexists.c')
-rw-r--r--src/gdbmexists.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gdbmexists.c b/src/gdbmexists.c
index ea2f966..35cd2f0 100644
--- a/src/gdbmexists.c
+++ b/src/gdbmexists.c
@@ -1,7 +1,7 @@
/* gdbmexists.c - Check to see if a key exists */
/* This file is part of GDBM, the GNU data base manager.
- Copyright (C) 1993-2021 Free Software Foundation, Inc.
+ Copyright (C) 1993-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
@@ -22,7 +22,7 @@
#include "gdbmdefs.h"
/* This is nothing more than a wrapper around _gdbm_findkey(). The
- point? It doesn't alloate any memory. */
+ point? It doesn't allocate any memory. */
int
gdbm_exists (GDBM_FILE dbf, datum key)

Return to:

Send suggestions and report system problems to the System administrator.