[Pkg-owncloud-commits] [php-sabredav] 35/45: Fix a typo in the API documentation.

David Prévot taffit at moszumanska.debian.org
Sat Jan 10 14:20:34 UTC 2015


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

taffit pushed a commit to branch master
in repository php-sabredav.

commit 8fff4eed97c5f7bf06ca5a39ebacb9aeace2d9c8
Author: Ivan Enderlin <ivan.enderlin at hoa-project.net>
Date:   Tue Jan 6 15:06:42 2015 +0100

    Fix a typo in the API documentation.
---
 lib/DAV/Auth/Backend/AbstractBasic.php    | 2 +-
 lib/DAV/Auth/Backend/AbstractDigest.php   | 2 +-
 lib/DAV/Auth/Backend/Apache.php           | 2 +-
 lib/DAV/Auth/Backend/BackendInterface.php | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/lib/DAV/Auth/Backend/AbstractBasic.php b/lib/DAV/Auth/Backend/AbstractBasic.php
index 1f600ba..bc31f64 100644
--- a/lib/DAV/Auth/Backend/AbstractBasic.php
+++ b/lib/DAV/Auth/Backend/AbstractBasic.php
@@ -114,7 +114,7 @@ abstract class AbstractBasic implements BackendInterface {
      * This method is called when a user could not be authenticated, and
      * authentication was required for the current request.
      *
-     * This gives you the oppurtunity to set authentication headers. The 401
+     * This gives you the opportunity to set authentication headers. The 401
      * status code will already be set.
      *
      * In this case of Basic Auth, this would for example mean that the
diff --git a/lib/DAV/Auth/Backend/AbstractDigest.php b/lib/DAV/Auth/Backend/AbstractDigest.php
index 6b283a2..7693282 100644
--- a/lib/DAV/Auth/Backend/AbstractDigest.php
+++ b/lib/DAV/Auth/Backend/AbstractDigest.php
@@ -131,7 +131,7 @@ abstract class AbstractDigest implements BackendInterface {
      * This method is called when a user could not be authenticated, and
      * authentication was required for the current request.
      *
-     * This gives you the oppurtunity to set authentication headers. The 401
+     * This gives you the opportunity to set authentication headers. The 401
      * status code will already be set.
      *
      * In this case of Basic Auth, this would for example mean that the
diff --git a/lib/DAV/Auth/Backend/Apache.php b/lib/DAV/Auth/Backend/Apache.php
index b3d5c5f..3b43742 100644
--- a/lib/DAV/Auth/Backend/Apache.php
+++ b/lib/DAV/Auth/Backend/Apache.php
@@ -74,7 +74,7 @@ class Apache implements BackendInterface {
      * This method is called when a user could not be authenticated, and
      * authentication was required for the current request.
      *
-     * This gives you the oppurtunity to set authentication headers. The 401
+     * This gives you the opportunity to set authentication headers. The 401
      * status code will already be set.
      *
      * In this case of Basic Auth, this would for example mean that the
diff --git a/lib/DAV/Auth/Backend/BackendInterface.php b/lib/DAV/Auth/Backend/BackendInterface.php
index 22d44d4..4c9189b 100644
--- a/lib/DAV/Auth/Backend/BackendInterface.php
+++ b/lib/DAV/Auth/Backend/BackendInterface.php
@@ -49,7 +49,7 @@ interface BackendInterface {
      * This method is called when a user could not be authenticated, and
      * authentication was required for the current request.
      *
-     * This gives you the oppurtunity to set authentication headers. The 401
+     * This gives you the opportunity to set authentication headers. The 401
      * status code will already be set.
      *
      * In this case of Basic Auth, this would for example mean that the

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