Skip to content

Commit e911e4c

Browse files
fixup
Co-authored-by: Christoph Wurst <[email protected]>
1 parent 3e722c3 commit e911e4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/DAV/Server.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@ public function getCopyAndMoveInfo(RequestInterface $request)
731731
if ('infinity' !== $depth && is_numeric($depth)) {
732732
$depth = (int) $depth;
733733
if ($depth < 0) {
734-
throw new Exception\BadRequest('The HTTP Depth header may only be "infinity", 0 or a positiv number');
734+
throw new Exception\BadRequest('The HTTP Depth header may only be "infinity", 0 or a positive number');
735735
}
736736
}
737737

0 commit comments

Comments
 (0)