aboutsummaryrefslogtreecommitdiff
path: root/test/fuzzcheck.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/fuzzcheck.c')
-rw-r--r--test/fuzzcheck.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fuzzcheck.c b/test/fuzzcheck.c
index 84e3f3289..140ad6944 100644
--- a/test/fuzzcheck.c
+++ b/test/fuzzcheck.c
@@ -1594,7 +1594,7 @@ static int inmemDelete(
return SQLITE_IOERR_DELETE;
}
-/* Check for the existance of a file
+/* Check for the existence of a file
*/
static int inmemAccess(
sqlite3_vfs *pVfs,