We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e722c3 commit e911e4cCopy full SHA for e911e4c
lib/DAV/Server.php
@@ -731,7 +731,7 @@ public function getCopyAndMoveInfo(RequestInterface $request)
731
if ('infinity' !== $depth && is_numeric($depth)) {
732
$depth = (int) $depth;
733
if ($depth < 0) {
734
- throw new Exception\BadRequest('The HTTP Depth header may only be "infinity", 0 or a positiv number');
+ throw new Exception\BadRequest('The HTTP Depth header may only be "infinity", 0 or a positive number');
735
}
736
737
0 commit comments