From c2b6775efc185da8993443097ec602cc41bc1186 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= Date: Mon, 30 Sep 2013 13:27:46 +0200 Subject: [PATCH] adding : --- lib/connector/sabre/server.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.