From 487e058bf3f17e0c2bdba1c0de236a0be92b1495 Mon Sep 17 00:00:00 2001 From: Chuck Hagenbuch Date: Sun, 3 Oct 2010 13:39:52 -0400 Subject: [PATCH] Fix typo --- framework/Db/lib/Horde/Db/Adapter/Sqlite/Schema.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/Db/lib/Horde/Db/Adapter/Sqlite/Schema.php b/framework/Db/lib/Horde/Db/Adapter/Sqlite/Schema.php index 591e57e1d..19659d407 100644 --- a/framework/Db/lib/Horde/Db/Adapter/Sqlite/Schema.php +++ b/framework/Db/lib/Horde/Db/Adapter/Sqlite/Schema.php @@ -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'); -- 2.11.0