diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2013-09-30 13:27:46 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2013-09-30 13:27:46 +0200 |
commit | c2b6775efc185da8993443097ec602cc41bc1186 (patch) | |
tree | 555bcb43e0206fa9c342c562dac346100537853d /lib | |
parent | 7258fafc316df81e55e0b02eb7c5e2d06a414df1 (diff) | |
download | nextcloud-server-c2b6775efc185da8993443097ec602cc41bc1186.tar.gz nextcloud-server-c2b6775efc185da8993443097ec602cc41bc1186.zip |
adding :
Diffstat (limited to 'lib')
-rw-r--r-- | lib/connector/sabre/server.php | 2 |
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. |