Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada committed Feb 6, 2023
1 parent ba37ef2 commit 5828835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webdav/davcmds.py
Expand Up @@ -290,7 +290,7 @@ def apply(self, obj):
' </d:prop>\n'
' <d:status>HTTP/1.1 %s</d:status>\n'
'</d:propstat>\n' % (ns, name, status))
errmsg = '\n'.join(errors) or 'The operation succeded.'
errmsg = '\n'.join(errors) or 'The operation succeeded.'
result.write('<d:responsedescription>\n'
'%s\n'
'</d:responsedescription>\n'
Expand Down

0 comments on commit 5828835

Please sign in to comment.