diff options
Diffstat (limited to 'modules/dav/fs')
-rw-r--r-- | modules/dav/fs/lock.c | 2 | ||||
-rw-r--r-- | modules/dav/fs/repos.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/dav/fs/lock.c b/modules/dav/fs/lock.c index 052eafec93..2126b3189d 100644 --- a/modules/dav/fs/lock.c +++ b/modules/dav/fs/lock.c @@ -951,7 +951,7 @@ static dav_error * dav_fs_add_locknull_state( /* ** dav_fs_remove_locknull_state: Given a request, check to see if r->filename -** is/was a lock-null resource. If so, return it to an existant state, i.e. +** is/was a lock-null resource. If so, return it to an existent state, i.e. ** remove it from the list in the appropriate .DAV/locknull file. */ static dav_error * dav_fs_remove_locknull_state( diff --git a/modules/dav/fs/repos.c b/modules/dav/fs/repos.c index 335b22f7ae..58d410ba9c 100644 --- a/modules/dav/fs/repos.c +++ b/modules/dav/fs/repos.c @@ -1663,7 +1663,7 @@ static dav_error * dav_fs_walker(dav_fs_walker_context *fsctx, int depth) /* put a slash back on the end of the directory */ fsctx->path1.buf[fsctx->path1.cur_len - 1] = '/'; - /* these are all non-existant (files) */ + /* these are all non-existent (files) */ fsctx->res1.exists = 0; fsctx->res1.collection = 0; memset(&fsctx->info1.finfo, 0, sizeof(fsctx->info1.finfo)); |