diff options
-rw-r--r-- | lib/private/files/view.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/files/view.php b/lib/private/files/view.php index 0e0ab0dd21b..162bf568de7 100644 --- a/lib/private/files/view.php +++ b/lib/private/files/view.php @@ -77,7 +77,7 @@ class View { */ public function __construct($root = '') { if (is_null($root)) { - throw new \InvalidArgumentException('Root cant be null'); + throw new \InvalidArgumentException('Root can\'t be null'); } if(!Filesystem::isValidPath($root)) { throw new \Exception(); |