Fix typo
authorChuck Hagenbuch <chuck@horde.org>
Sun, 3 Oct 2010 17:39:52 +0000 (13:39 -0400)
committerChuck Hagenbuch <chuck@horde.org>
Sun, 3 Oct 2010 17:41:47 +0000 (13:41 -0400)
framework/Db/lib/Horde/Db/Adapter/Sqlite/Schema.php

index 591e57e..19659d4 100644 (file)
@@ -220,7 +220,7 @@ class Horde_Db_Adapter_Sqlite_Schema extends Horde_Db_Adapter_Base_Schema
      */
     public function addColumn($tableName, $columnName, $type, $options=array())
     {
-        /* Ignore ':autoincrement' - it is handled automatically my SQLite
+        /* Ignore ':autoincrement' - it is handled automatically by SQLite
          * for any 'INTEGER PRIMARY KEY' column. */
         if ($this->transactionStarted()) {
             throw new Horde_Db_Exception('Cannot add columns to a SQLite database while inside a transaction');