From 35f6a54882901ab2b7fe98cf648de7d666536673 Mon Sep 17 00:00:00 2001 From: Jacob Tabak Date: Wed, 19 Feb 2014 15:38:26 -0600 Subject: Fixed typos in Migration library documentation Signed-off-by: Jacob Tabak --- system/libraries/Migration.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'system') 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 */ -- cgit v1.2.3-24-g4f1b