Fix constant name, copy-pasterino

This commit is contained in:
Joas Schilling 2016-08-16 11:42:28 +02:00 committed by Roeland Jago Douma
parent 04c5259df0
commit a9f36067fd
No known key found for this signature in database
GPG Key ID: 1E152838F164D13B
1 changed files with 1 additions and 1 deletions

View 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;