diff options
author | Robert Doucette <rice8204@gmail.com> | 2012-06-19 00:49:01 +0200 |
---|---|---|
committer | Robert Doucette <rice8204@gmail.com> | 2012-06-19 00:49:01 +0200 |
commit | a465fc406010ca3648a7f55a63996569a5f86efb (patch) | |
tree | 105e9887759c7871edf47292821e979fb59429e1 /application | |
parent | 777153d8362ed884fc3d47ea4a5e1fa0f1ce8ca9 (diff) |
fixing a typo in the comments of the migration config file
Diffstat (limited to 'application')
-rw-r--r-- | application/config/migration.php | 2 |
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. | |