]> source.dussan.org Git - nextcloud-server.git/commitdiff
Spelling fix hint text
authorBart Visscher <bartv@thisnet.nl>
Fri, 17 Feb 2012 20:42:56 +0000 (21:42 +0100)
committerBart Visscher <bartv@thisnet.nl>
Fri, 17 Feb 2012 21:10:02 +0000 (22:10 +0100)
lib/config.php

index 8d03271b3eaacfc573e38e0f3c662da3d72be432..ad1cd18fa15565cde6419e9a4582b234d8a6f424 100644 (file)
@@ -174,7 +174,7 @@ class OC_Config{
                $result=@file_put_contents( OC::$SERVERROOT."/config/config.php", $content );
                if(!$result) {
                        $tmpl = new OC_Template( '', 'error', 'guest' );
-                       $tmpl->assign('errors',array(1=>array('error'=>"Can't write into config directory 'config'",'hint'=>"You can usually fix this by giving the webserver use write access to the config directory in owncloud")));
+                       $tmpl->assign('errors',array(1=>array('error'=>"Can't write into config directory 'config'",'hint'=>"You can usually fix this by giving the webserver user write access to the config directory in owncloud")));
                        $tmpl->printPage();
                        exit;
                }