[Pkg-owncloud-commits] [php-sabredav] 07/10: Typo

David Prévot taffit at moszumanska.debian.org
Sat Sep 5 15:24:03 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to tag 3.0.4
in repository php-sabredav.

commit 4b538fee33ebf3546732cb8f6793f6704caede41
Author: Evert Pot <me at evertpot.com>
Date:   Wed Sep 2 13:52:14 2015 +0200

    Typo
---
 tests/Sabre/DAV/Xml/Element/ResponseTest.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/Sabre/DAV/Xml/Element/ResponseTest.php b/tests/Sabre/DAV/Xml/Element/ResponseTest.php
index fb069c4..8ca4bee 100644
--- a/tests/Sabre/DAV/Xml/Element/ResponseTest.php
+++ b/tests/Sabre/DAV/Xml/Element/ResponseTest.php
@@ -233,7 +233,7 @@ class ResponseTest extends DAV\Xml\XmlTest {
         $result = $this->parse($xml, [
             '{DAV:}response' => 'Sabre\DAV\Xml\Element\Response',
             '{DAV:}foo' => function($reader) {
-                throw new \LogicException('This should never happned');
+                throw new \LogicException('This should never happen');
             },
         ]);
         $this->assertEquals(

-- 
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