Author: Derick Rethans
Date: 2007-01-11 15:01:30 +0100 (Thu, 11 Jan 2007)
New Revision: 4490

Log:
- Fixed typo.

Modified:
   trunk/Configuration/src/interfaces/reader.php

Modified: trunk/Configuration/src/interfaces/reader.php
===================================================================
--- trunk/Configuration/src/interfaces/reader.php       2007-01-11 12:48:55 UTC 
(rev 4489)
+++ trunk/Configuration/src/interfaces/reader.php       2007-01-11 14:01:30 UTC 
(rev 4490)
@@ -24,7 +24,7 @@
  * $reader = new ezcConfigurationIniReader();
  * $reader->init( 'site', 'settings' );
  * $conf = $reader->load();
- * <code>
+ * </code>
  *
  * Most readers allows even quicker initialization with the constructor. For
  * instance the INI reader allows you to specify the full path to the INI file.

-- 
svn-components mailing list
svn-components@lists.ez.no
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to