diff options
author | Robin Appelman <icewind@owncloud.com> | 2015-04-22 16:24:37 +0200 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2015-04-22 16:24:37 +0200 |
commit | bd57902d1d1d368bcf8a1fc5d3aa8d966d81eddf (patch) | |
tree | 27bb048100a984d62ce56483e903e2550148b70d | |
parent | e302213248b2a6122fb7c5a72a61d5c37a1f313a (diff) | |
download | nextcloud-server-bd57902d1d1d368bcf8a1fc5d3aa8d966d81eddf.tar.gz nextcloud-server-bd57902d1d1d368bcf8a1fc5d3aa8d966d81eddf.zip |
typo
-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(); |