summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2013-09-30 13:27:46 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2013-09-30 13:27:46 +0200
commitc2b6775efc185da8993443097ec602cc41bc1186 (patch)
tree555bcb43e0206fa9c342c562dac346100537853d /lib
parent7258fafc316df81e55e0b02eb7c5e2d06a414df1 (diff)
downloadnextcloud-server-c2b6775efc185da8993443097ec602cc41bc1186.tar.gz
nextcloud-server-c2b6775efc185da8993443097ec602cc41bc1186.zip
adding :
Diffstat (limited to 'lib')
-rw-r--r--lib/connector/sabre/server.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/connector/sabre/server.php b/lib/connector/sabre/server.php
index 5a8a8b52e7d..41e8885917a 100644
--- a/lib/connector/sabre/server.php
+++ b/lib/connector/sabre/server.php
@@ -14,7 +14,7 @@
*
* This class reimplements some methods from @see Sabre_DAV_Server.
*
- * Basically we add handling of depth infinity.
+ * Basically we add handling of depth: infinity.
*
* The right way to handle this would have been to submit a patch to the upstream project
* and grab the corresponding version one merged.