]> source.dussan.org Git - nextcloud-server.git/commitdiff
@breif -> @brief
authorThomas Müller <thomas.mueller@tmit.eu>
Tue, 13 May 2014 10:30:32 +0000 (12:30 +0200)
committerRobin McCorkell <rmccorkell@karoshi.org.uk>
Tue, 13 May 2014 18:09:15 +0000 (19:09 +0100)
apps/files_sharing/lib/api.php
apps/files_sharing/lib/sharedstorage.php

index 438d3cc4ba3702e23cc698b201b2a64275ff2866..d554d68c6bdcd16a9dd5781a3287dfc7e6912479 100644 (file)
@@ -196,7 +196,7 @@ class Api {
        }
 
        /**
-        * @breif create a new share
+        * @brief create a new share
         * @param array $params
         * @return \OC_OCS_Result
         */
index d4a817fca3461c462fffe005593c5226b918a149..d1ca60ff6ac8035e73b7c48638dca38a641d455e 100644 (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() {