[Pkg-owncloud-commits] [php-sabredav] 52/64: Fix a typo in the API documentation.
David Prévot
taffit at moszumanska.debian.org
Thu Dec 11 15:13:27 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to tag 2.2.0alpha1
in repository php-sabredav.
commit ed231f6c032f2f43e644b6a6a6852a9b917ab359
Author: Ivan Enderlin <ivan.enderlin at hoa-project.net>
Date: Tue Dec 2 08:52:08 2014 +0100
Fix a typo in the API documentation.
---
lib/DAV/Server.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/DAV/Server.php b/lib/DAV/Server.php
index 81eb984..f3a3f6a 100644
--- a/lib/DAV/Server.php
+++ b/lib/DAV/Server.php
@@ -441,7 +441,7 @@ class Server extends EventEmitter {
*
* @param RequestInterface $request
* @param ResponseInterface $response
- * @param $sendResponse Wether to send the HTTP response to the DAV client.
+ * @param $sendResponse Whether to send the HTTP response to the DAV client.
* @return void
*/
function invokeMethod(RequestInterface $request, ResponseInterface $response, $sendResponse = true) {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabredav.git
More information about the Pkg-owncloud-commits
mailing list