summaryrefslogtreecommitdiff
path: root/src/gdbmexists.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 /src/gdbmexists.c
parentc6c8162e6d81fdd5994007f4407de4305f4778bf (diff)
downloadgdbm-cdc6b5fca3860a5f0466fc646fd99372e50af9f4.tar.gz
Fix typos
Diffstat (limited to 'src/gdbmexists.c')
-rw-r--r--src/gdbmexists.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gdbmexists.c b/src/gdbmexists.c
index ea2f966..0062ca4 100644
--- a/src/gdbmexists.c
+++ b/src/gdbmexists.c
@@ -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)