aboutsummaryrefslogtreecommitdiff
path: root/test/dbfuzz.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/dbfuzz.c')
-rw-r--r--test/dbfuzz.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dbfuzz.c b/test/dbfuzz.c
index ca1c6ea21..1587bacbb 100644
--- a/test/dbfuzz.c
+++ b/test/dbfuzz.c
@@ -368,7 +368,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,