summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Doucette <rice8204@gmail.com>2012-06-19 00:49:01 +0200
committerRobert Doucette <rice8204@gmail.com>2012-06-19 00:49:01 +0200
commita465fc406010ca3648a7f55a63996569a5f86efb (patch)
tree105e9887759c7871edf47292821e979fb59429e1
parent777153d8362ed884fc3d47ea4a5e1fa0f1ce8ca9 (diff)
fixing a typo in the comments of the migration config file
-rw-r--r--application/config/migration.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/config/migration.php b/application/config/migration.php
index 88e398243..7645ade7c 100644
--- a/application/config/migration.php
+++ b/application/config/migration.php
@@ -44,7 +44,7 @@ $config['migration_enabled'] = FALSE;
|
| This is the name of the table that will store the current migrations state.
| When migrations runs it will store in a database table which migration
-| level the system is at. It then compares the migration level in the this
+| level the system is at. It then compares the migration level in this
| table to the $config['migration_version'] if they are not the same it
| will migrate up. This must be set.
|