@breif -> @brief

This commit is contained in:
Thomas Müller 2014-05-13 12:30:32 +02:00 committed by Robin McCorkell
parent fa503a4772
commit 55fc693750
2 changed files with 3 additions and 3 deletions

View File

@ -196,7 +196,7 @@ class Api {
}
/**
* @breif create a new share
* @brief create a new share
* @param array $params
* @return \OC_OCS_Result
*/

View File

@ -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() {