Author: Derick Rethans
Date: 2007-01-16 10:15:37 +0100 (Tue, 16 Jan 2007)
New Revision: 4511

Log:
- Fixed docs.

Modified:
   trunk/DatabaseSchema/src/handlers/persistent/writer.php

Modified: trunk/DatabaseSchema/src/handlers/persistent/writer.php
===================================================================
--- trunk/DatabaseSchema/src/handlers/persistent/writer.php     2007-01-15 
19:53:01 UTC (rev 4510)
+++ trunk/DatabaseSchema/src/handlers/persistent/writer.php     2007-01-16 
09:15:37 UTC (rev 4511)
@@ -9,13 +9,13 @@
  */
 
 /**
- * This handler creates eZ PersistenObject definition files from a
- * DatavaseSchema.
+ * This handler creates PersistenObject definition files from a
+ * DatabaseSchema.
  *
  * @package DatabaseSchema
  * @version //autogentag//
  */
-class ezcDbschemaPersistentWriter implements ezcDbSchemaFileWriter
+class ezcDbSchemaPersistentWriter implements ezcDbSchemaFileWriter
 {
     
     /**
@@ -30,7 +30,7 @@
     }
 
     /**
-     * Writes the schema definition in $dbSchemat to files located in $dir.
+     * Writes the schema definition in $dbSchema to files located in $dir.
      * This method dumps the given schema to PersistentObject definitions, 
which
      * will be located in the given directory.
      *

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

Reply via email to