[Pkg-owncloud-commits] [php-sabredav] 15/75: Fix typos.
David Prévot
taffit at moszumanska.debian.org
Thu Feb 26 18:51:48 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 4ed4cae5a35622dea2b1b90036d96d4e07e48999
Author: Ivan Enderlin <ivan.enderlin at hoa-project.net>
Date: Fri Feb 6 15:47:38 2015 +0100
Fix typos.
---
lib/CalDAV/Backend/BackendInterface.php | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/lib/CalDAV/Backend/BackendInterface.php b/lib/CalDAV/Backend/BackendInterface.php
index 7f63d4d..980eb69 100644
--- a/lib/CalDAV/Backend/BackendInterface.php
+++ b/lib/CalDAV/Backend/BackendInterface.php
@@ -41,8 +41,8 @@ interface BackendInterface {
/**
* Creates a new calendar for a principal.
*
- * If the creation was a success, an id must be returned that can be used to reference
- * this calendar in other methods, such as updateCalendar.
+ * If the creation was a success, an id must be returned that can be used to
+ * reference this calendar in other methods, such as updateCalendar.
*
* @param string $principalUri
* @param string $calendarUri
@@ -61,7 +61,7 @@ interface BackendInterface {
* Calling the handle method is like telling the PropPatch object "I
* promise I can handle updating this property".
*
- * Read the PropPatch documenation for more info and examples.
+ * Read the PropPatch documentation for more info and examples.
*
* @param string $path
* @param \Sabre\DAV\PropPatch $propPatch
@@ -70,7 +70,7 @@ interface BackendInterface {
function updateCalendar($calendarId, \Sabre\DAV\PropPatch $propPatch);
/**
- * Delete a calendar and all it's objects
+ * Delete a calendar and all its objects
*
* @param mixed $calendarId
* @return void
@@ -147,9 +147,9 @@ interface BackendInterface {
*
* The object uri is only the basename, or filename and not a full path.
*
- * It is possible return an etag from this function, which will be used in
- * the response to this PUT request. Note that the ETag must be surrounded
- * by double-quotes.
+ * It is possible to return an etag from this function, which will be used
+ * in the response to this PUT request. Note that the ETag must be
+ * surrounded by double-quotes.
*
* However, you should only really return this ETag if you don't mangle the
* calendar-data. If the result of a subsequent GET to this object is not
--
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