From: Robin Appelman Date: Wed, 22 Apr 2015 14:24:37 +0000 (+0200) Subject: typo X-Git-Tag: v8.1.0alpha2~2^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=bd57902d1d1d368bcf8a1fc5d3aa8d966d81eddf;p=nextcloud-server.git typo --- 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();