]> source.dussan.org Git - nextcloud-server.git/commitdiff
typo
authorRobin Appelman <icewind@owncloud.com>
Wed, 22 Apr 2015 14:24:37 +0000 (16:24 +0200)
committerRobin Appelman <icewind@owncloud.com>
Wed, 22 Apr 2015 14:24:37 +0000 (16:24 +0200)
lib/private/files/view.php

index 0e0ab0dd21b61738a62239d505efa6ca69880fee..162bf568de74346f073d6dbb58e57be2cc9fbf8f 100644 (file)
@@ -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();