aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.