From 30673e478672af316c057f562a8a02babdbd3160 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Sun, 5 Feb 2012 14:00:49 +0100 Subject: writable not writeable --- lib/filestorage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/filestorage.php') diff --git a/lib/filestorage.php b/lib/filestorage.php index 70aaf985b8b..4523144f6f4 100644 --- a/lib/filestorage.php +++ b/lib/filestorage.php @@ -34,7 +34,7 @@ class OC_Filestorage{ public function filetype($path){} public function filesize($path){} public function is_readable($path){} - public function is_writeable($path){} + public function is_writable($path){} public function file_exists($path){} public function readfile($path){} public function filectime($path){} -- cgit v1.2.3