summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-05-13 12:30:32 +0200
committerRobin McCorkell <rmccorkell@karoshi.org.uk>2014-05-13 19:09:15 +0100
commit55fc693750480f7adb84d922840013b90b408a7d (patch)
tree6ce9041dc3d5f97ff76d1d9918b8e7b0d6fe3654 /apps
parentfa503a4772af010d8b59ea8eb26aba0a08b100b9 (diff)
downloadnextcloud-server-55fc693750480f7adb84d922840013b90b408a7d.tar.gz
nextcloud-server-55fc693750480f7adb84d922840013b90b408a7d.zip
@breif -> @brief
Diffstat (limited to 'apps')
-rw-r--r--apps/files_sharing/lib/api.php2
-rw-r--r--apps/files_sharing/lib/sharedstorage.php4
2 files changed, 3 insertions, 3 deletions
diff --git a/apps/files_sharing/lib/api.php b/apps/files_sharing/lib/api.php
index 438d3cc4ba3..d554d68c6bd 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 d4a817fca34..d1ca60ff6ac 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() {