CVS update: /cowiki/htdocs/

[email protected] 24 May 2005 16:23:41 -0000
Newsgroups gmane.comp.php.cowiki.cvs
Message-ID <[email protected]>
User: dgorski 
Date: 2005/05/24 09:23:41

Modified:
   cowiki/htdocs/status.php

Log:
 Typos

File Changes:

Directory: /cowiki/htdocs/
==========================

File [changed]: status.php
Url: http://cowiki.tigris.org/source/browse/cowiki/htdocs/status.php?r1=1.39&r2=1.40
Delta lines:  +5 -5
-------------------
--- status.php	13 Apr 2005 06:59:46 -0000	1.39
+++ status.php	24 May 2005 16:23:37 -0000	1.40
@@ -2,7 +2,7 @@
 
 /**
  *
- * $Id: status.php,v 1.39 2005/04/13 06:59:46 dgorski Exp $
+ * $Id: status.php,v 1.40 2005/05/24 16:23:37 dgorski Exp $
  *
  * This file is part of coWiki. coWiki is free software under the terms of
  * the GNU General Public License (GPL). Read the LICENSE file. If you did
@@ -16,7 +16,7 @@
  * @author     Daniel T. Gorski, <[email protected]>
  * @copyright  (C) Daniel T. Gorski, {@link http://www.develnet.org}
  * @license    http://www.gnu.org/licenses/gpl.html
- * @version    $Revision: 1.39 $
+ * @version    $Revision: 1.40 $
  *
  */
 
@@ -661,11 +661,11 @@
 $aStatus[554]=  'Unsupported user service API.';
 $aReason[554]=  COWIKI_NAME.' is not able to use the access protocol/scheme
                 you defined in <tt>[.USER]</tt> <tt>RESOURCE</tt> in your
-                <tt>conf.conf</tt> file.';
+                <tt>core.conf</tt> file.';
 $aSolve [554]=  'Please check the URL scheme parameter (e.g.
                 <tt>mysql://</tt> or <tt>mysqli://</tt>) in the
                 <tt>[.USER]</tt> <tt>RESOURCE</tt>
-                entry in your <tt>conf.conf</tt> file.';
+                entry in your <tt>core.conf</tt> file.';
 
 // ------------------------------------------------------------------------
 
@@ -673,7 +673,7 @@
 $aReason[555]=  'The resource defined in <tt>[.USER]</tt> <tt>RESOURCE</tt>
                 could not be accessed.';
 $aSolve [555]=  'Your credentials (login and password) in your
-                <tt>conf.conf</tt> are probably wrong.';
+                <tt>core.conf</tt> are probably wrong.';
 
 // ------------------------------------------------------------------------