summaryrefslogtreecommitdiffstats
path: root/system/libraries/Migration.php
diff options
context:
space:
mode:
authorJacob Tabak <Jacob.Tabak@HelloWorld.com>2014-02-19 22:38:26 +0100
committerJacob Tabak <Jacob.Tabak@HelloWorld.com>2014-02-19 22:38:26 +0100
commit35f6a54882901ab2b7fe98cf648de7d666536673 (patch)
tree68c3255127c3e57441baa1835e9f2ff44e309d09 /system/libraries/Migration.php
parentbf2273098b21c1d70bf52e626b35303b28239117 (diff)
Fixed typos in Migration library documentation
Signed-off-by: Jacob Tabak <Jacob.Tabak@HelloWorld.com>
Diffstat (limited to 'system/libraries/Migration.php')
-rw-r--r--system/libraries/Migration.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/libraries/Migration.php b/system/libraries/Migration.php
index 932b06ef0..2ead3aec1 100644
--- a/system/libraries/Migration.php
+++ b/system/libraries/Migration.php
@@ -272,7 +272,7 @@ class CI_Migration {
// --------------------------------------------------------------------
/**
- * Set's the schema to the latest migration
+ * Sets the schema to the latest migration
*
* @return mixed TRUE if already latest, FALSE if failed, int if upgraded
*/
@@ -296,7 +296,7 @@ class CI_Migration {
// --------------------------------------------------------------------
/**
- * Set's the schema to the migration version set in config
+ * Sets the schema to the migration version set in config
*
* @return mixed TRUE if already current, FALSE if failed, int if upgraded
*/