]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix constant name, copy-pasterino 896/head
authorJoas Schilling <coding@schilljs.com>
Tue, 16 Aug 2016 09:42:28 +0000 (11:42 +0200)
committerJoas Schilling <coding@schilljs.com>
Wed, 17 Aug 2016 07:42:13 +0000 (09:42 +0200)
lib/public/Files/FileInfo.php

index d61726c4217aa11d1896e733786fa7c1f0000713..a815541056a01adf1c6ce5e66e2a48556dc35d20 100644 (file)
@@ -53,7 +53,7 @@ interface FileInfo {
         */
        const SPACE_UNKNOWN = -2;
        /**
-        * @const \OCP\Files\FileInfo::SPACE_UNKNOWN Return value for unlimited space
+        * @const \OCP\Files\FileInfo::SPACE_UNLIMITED Return value for unlimited space
         * @since 8.0.0
         */
        const SPACE_UNLIMITED = -3;