[Pkg-owncloud-commits] [php-sabredav] 46/64: Fix a typo.

David Prévot taffit at moszumanska.debian.org
Thu Dec 11 15:13:26 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 49a307fccb8b4577503d08ff3f9a3ee2e46055f8
Author: Ivan Enderlin <ivan.enderlin at hoa-project.net>
Date:   Mon Dec 1 11:05:38 2014 +0100

    Fix a typo.
---
 tests/bootstrap.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/bootstrap.php b/tests/bootstrap.php
index e74f387..e254236 100644
--- a/tests/bootstrap.php
+++ b/tests/bootstrap.php
@@ -6,7 +6,7 @@ $autoLoader = include __DIR__ . '/../vendor/autoload.php';
 
 // SabreDAV tests auto loading
 $autoLoader->add('Sabre\\', __DIR__);
-// VObject tests auto loadiong
+// VObject tests auto loading
 $autoLoader->addPsr4('Sabre\\VObject\\',__DIR__ . '/../vendor/sabre/vobject/tests/VObject');
 
 

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