Skip to content

Commit 957b9b1

Browse files
committed
Typos in comments
1 parent 26c04b0 commit 957b9b1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/DAV/CorePlugin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ public function httpGet(RequestInterface $request, ResponseInterface $response)
117117

118118
$response->addHeaders($httpHeaders);
119119

120-
// this function now only checks, if the range string correctly formatted
120+
// this function now only checks, if the range string is correctly formatted
121121
// and returns it (or null if it isn't or it doesn't exist)
122122
// processing of the ranges will then be done further below
123123
$rangeString = $this->server->getHTTPRange();
@@ -199,7 +199,7 @@ public function httpGet(RequestInterface $request, ResponseInterface $response)
199199
}
200200
}
201201

202-
// if there is only one range, write it into the reponse body
202+
// if there is only one range, write it into the response body
203203
// otherwise, write multipart header info first before writing the data
204204
if (1 === count($ranges)) {
205205
$rangeLength = $end - $start + 1;

tests/phpunit.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@
3838
<env name="BASEURL" value="http://localhost:8000"/>
3939
<env name="SABRE_HTTP_TEST_GET_LARGE_CONTENT_MAX_PEAK_MEMORY_USAGE" value="80000000"/>
4040
</php>
41-
</phpunit>
41+
</phpunit>

0 commit comments

Comments
 (0)