This is an automated email from the ASF dual-hosted git repository.

xuanwo pushed a commit to branch add-nextcloud-test-for-webdav
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git

commit c208b670307e96a71f469ce3e99e3ccee1f15d88
Author: Xuanwo <[email protected]>
AuthorDate: Thu Jul 13 22:44:31 2023 +0800

    fix typo
    
    Signed-off-by: Xuanwo <[email protected]>
---
 core/src/services/webdav/backend.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/src/services/webdav/backend.rs 
b/core/src/services/webdav/backend.rs
index 11aa91d5d..d77db4713 100644
--- a/core/src/services/webdav/backend.rs
+++ b/core/src/services/webdav/backend.rs
@@ -641,7 +641,7 @@ impl WebdavBackend {
 
         match status {
             StatusCode::CREATED
-            // Allow mutiple status
+            // Allow multiple status
             | StatusCode::MULTI_STATUS
             // The MKCOL method can only be performed on a deleted or 
non-existent resource.
             // This error means the directory already exists which is allowed 
by create_dir.

Reply via email to