CVS update: /cowiki/includes/cowiki/class/dao/
[email protected] 2 May 2005 04:03:25 -0000
| Newsgroups | gmane.comp.php.cowiki.cvs |
|---|---|
| Message-ID | <[email protected]> |
User: dgorski Date: 2005/05/01 21:03:25 Modified: cowiki/includes/cowiki/class/dao/class.StorageFactory.php Log: I speak English very well, but nicht so schnell. Typo fix. File Changes: Directory: /cowiki/includes/cowiki/class/dao/ ============================================= File [changed]: class.StorageFactory.php Url: http://cowiki.tigris.org/source/browse/cowiki/includes/cowiki/class/dao/class.StorageFactory.php?r1=1.18&r2=1.19 Delta lines: +4 -4 ------------------- --- class.StorageFactory.php 2 May 2005 04:00:49 -0000 1.18 +++ class.StorageFactory.php 2 May 2005 04:03:23 -0000 1.19 @@ -2,7 +2,7 @@ /** * - * $Id: class.StorageFactory.php,v 1.18 2005/05/02 04:00:49 dgorski Exp $ + * $Id: class.StorageFactory.php,v 1.19 2005/05/02 04:03:23 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 @@ -17,7 +17,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.18 $ + * @version $Revision: 1.19 $ * */ @@ -168,7 +168,7 @@ // Catch database selection exception first and swallow it. // This will allow to return valid $Storage back to caller, - // even if the database could not selected. This behaviour + // even if the database could not be selected. This behaviour // is e.g. necessary for a client that a) can connect // but b) can not _use_ (maybe not yet existing) database. try { @@ -208,7 +208,7 @@ // Catch database selection exception first and swallow it. // This will allow to return valid $Storage back to caller, - // even if the database could not selected. This behaviour + // even if the database could not be selected. This behaviour // is e.g. necessary for a client that a) can connect // but b) can not _use_ (maybe not yet existing) database. try {