From bd57902d1d1d368bcf8a1fc5d3aa8d966d81eddf Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Wed, 22 Apr 2015 16:24:37 +0200 Subject: [PATCH] typo --- lib/private/files/view.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/private/files/view.php b/lib/private/files/view.php index 0e0ab0dd21..162bf568de 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();