[Pkg-owncloud-commits] [owncloud] 157/165: typo

David Prévot taffit at moszumanska.debian.org
Thu Apr 23 04:06:58 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch stable8
in repository owncloud.

commit bd57902d1d1d368bcf8a1fc5d3aa8d966d81eddf
Author: Robin Appelman <icewind at owncloud.com>
Date:   Wed Apr 22 16:24:37 2015 +0200

    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 0e0ab0d..162bf56 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();

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list