[Pkg-owncloud-commits] [php-sabredav] 30/80: Fixed typo
David Prévot
taffit at moszumanska.debian.org
Thu Jan 7 02:56:22 UTC 2016
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository php-sabredav.
commit 4b249021f1803b90c51974afceba9a2a71a5d594
Author: Dominik Tobschall <dominik at fruux.com>
Date: Tue Dec 1 21:27:26 2015 +0100
Fixed typo
---
lib/DAV/Xml/Element/Response.php | 2 +-
tests/Sabre/DAV/Xml/Element/ResponseTest.php | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/DAV/Xml/Element/Response.php b/lib/DAV/Xml/Element/Response.php
index bef28e3..581fb5f 100644
--- a/lib/DAV/Xml/Element/Response.php
+++ b/lib/DAV/Xml/Element/Response.php
@@ -142,7 +142,7 @@ class Response implements Element {
if ($empty) {
/*
* The WebDAV spec _requires_ at least one DAV:propstat to appear for
- * every DAV:response. There are circumstances however, there are no
+ * every DAV:response. In some circumstances however, there are no
* properties to encode.
*
* In those cases we MUST specify at least one DAV:propstat anyway, with
diff --git a/tests/Sabre/DAV/Xml/Element/ResponseTest.php b/tests/Sabre/DAV/Xml/Element/ResponseTest.php
index d90478d..f19e7df 100644
--- a/tests/Sabre/DAV/Xml/Element/ResponseTest.php
+++ b/tests/Sabre/DAV/Xml/Element/ResponseTest.php
@@ -248,7 +248,7 @@ class ResponseTest extends DAV\Xml\XmlTest {
* @depends testSerialize
*
* The WebDAV spec _requires_ at least one DAV:propstat to appear for
- * every DAV:response. There are circumstances however, there are no
+ * every DAV:response. In some circumstances however, there are no
* properties to encode.
*
* In those cases we MUST specify at least one DAV:propstat anyway, with
--
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