diff options
author | Alessandro Cosentino <cosenal@gmail.com> | 2013-05-23 20:59:02 -0400 |
---|---|---|
committer | Alessandro Cosentino <cosenal@gmail.com> | 2013-05-23 20:59:02 -0400 |
commit | 3fbfe3c06a46f442c588daf037c997da658d3526 (patch) | |
tree | 6b8e72a38cb03ce581f0397d307dfa6f27279f78 /lib/connector/sabre/node.php | |
parent | a98d6c4be6fc9a8a456141033f166e26807cf907 (diff) | |
download | nextcloud-server-3fbfe3c06a46f442c588daf037c997da658d3526.tar.gz nextcloud-server-3fbfe3c06a46f442c588daf037c997da658d3526.zip |
small typo in the comments
Diffstat (limited to 'lib/connector/sabre/node.php')
-rw-r--r-- | lib/connector/sabre/node.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/connector/sabre/node.php b/lib/connector/sabre/node.php index 360c3066d05..1ffa048d6b2 100644 --- a/lib/connector/sabre/node.php +++ b/lib/connector/sabre/node.php @@ -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)) { |