[Pkg-owncloud-commits] [php-sabredav] 11/40: nother typo

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


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

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

commit 5266b3a278bfe453a848a4e2cfff99af62b5c017
Author: Evert Pot <me at evertpot.com>
Date:   Mon Jul 27 17:39:58 2015 -0400

    nother typo
---
 lib/CalDAV/Backend/AbstractBackend.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/CalDAV/Backend/AbstractBackend.php b/lib/CalDAV/Backend/AbstractBackend.php
index 41f20fb..1fc7558 100644
--- a/lib/CalDAV/Backend/AbstractBackend.php
+++ b/lib/CalDAV/Backend/AbstractBackend.php
@@ -144,7 +144,7 @@ abstract class AbstractBackend implements BackendInterface {
         $validator = new CalDAV\CalendarQueryValidator();
         $result = $validator->validate($vObject, $filters);
 
-        // Destroy circular references to PHP will GC the object.
+        // Destroy circular references so PHP will GC the object.
         $vObject->destroy();
 
         return $result;

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