[Pkg-owncloud-commits] [owncloud] 116/172: @breif -> @brief

David Prévot taffit at moszumanska.debian.org
Sun May 18 20:09:46 UTC 2014


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

taffit pushed a commit to branch master
in repository owncloud.

commit 55fc693750480f7adb84d922840013b90b408a7d
Author: Thomas Müller <thomas.mueller at tmit.eu>
Date:   Tue May 13 12:30:32 2014 +0200

    @breif -> @brief
---
 apps/files_sharing/lib/api.php           | 2 +-
 apps/files_sharing/lib/sharedstorage.php | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/apps/files_sharing/lib/api.php b/apps/files_sharing/lib/api.php
index 438d3cc..d554d68 100644
--- a/apps/files_sharing/lib/api.php
+++ b/apps/files_sharing/lib/api.php
@@ -196,7 +196,7 @@ class Api {
 	}
 
 	/**
-	 * @breif create a new share
+	 * @brief create a new share
 	 * @param array $params
 	 * @return \OC_OCS_Result
 	 */
diff --git a/apps/files_sharing/lib/sharedstorage.php b/apps/files_sharing/lib/sharedstorage.php
index d4a817f..d1ca60f 100644
--- a/apps/files_sharing/lib/sharedstorage.php
+++ b/apps/files_sharing/lib/sharedstorage.php
@@ -36,7 +36,7 @@ class Shared extends \OC\Files\Storage\Common {
 	}
 
 	/**
-	 * @breif get id of the mount point
+	 * @brief get id of the mount point
 	 * @return string
 	 */
 	public function getId() {
@@ -44,7 +44,7 @@ class Shared extends \OC\Files\Storage\Common {
 	}
 
 	/**
-	 * @breif get file cache of the shared item source
+	 * @brief get file cache of the shared item source
 	 * @return string
 	 */
 	public function getSourceId() {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list