]> source.dussan.org Git - nextcloud-server.git/commitdiff
small typo in the comments
authorAlessandro Cosentino <cosenal@gmail.com>
Fri, 24 May 2013 00:59:02 +0000 (20:59 -0400)
committerAlessandro Cosentino <cosenal@gmail.com>
Fri, 24 May 2013 00:59:02 +0000 (20:59 -0400)
lib/connector/sabre/node.php

index 360c3066d05086e2687b139f8a80a705683d1251..1ffa048d6b23b8725538ee5c80673ae18ea6cb93 100644 (file)
@@ -101,7 +101,7 @@ abstract class OC_Connector_Sabre_Node implements Sabre_DAV_INode, Sabre_DAV_IPr
 
        /**
         * @brief Ensure that the fileinfo cache is filled
-        & @note Uses OC_FileCache or a direct stat
+        * @note Uses OC_FileCache or a direct stat
         */
        protected function getFileinfoCache() {
                if (!isset($this->fileinfo_cache)) {