diff -r c459019a3ed3 -r 533f9097d712 src/server/webdav/operation.c --- a/src/server/webdav/operation.c Sun Nov 01 09:46:57 2020 +0100 +++ b/src/server/webdav/operation.c Thu Dec 03 11:24:51 2020 +0100 @@ -330,7 +330,7 @@ req->removecount = remove_count; req->userdata = NULL; - // check if we need to open the file because the backend want's it + // check if we need to open the file because the backend wants it if(!file && (dav->settings & WS_WEBDAV_PROPPATCH_USE_VFS) == WS_WEBDAV_PROPPATCH_USE_VFS) {