aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/db
diff options
context:
space:
mode:
authorNathaniel Guse <nathaniel.guse@gmail.com>2013-01-23 09:45:20 -0600
committerNathaniel Guse <nathaniel.guse@gmail.com>2013-01-23 09:45:20 -0600
commit7338bfe3f08b829b97a2045b6bb029dd6b3ba54a (patch)
tree472769de753f00afbca4d085bdc4b8f62a01a1aa /phpBB/includes/db
parentdfabdbca508a3fbd60c8df57ea756a974f4f135b (diff)
downloadforums-7338bfe3f08b829b97a2045b6bb029dd6b3ba54a.tar
forums-7338bfe3f08b829b97a2045b6bb029dd6b3ba54a.tar.gz
forums-7338bfe3f08b829b97a2045b6bb029dd6b3ba54a.tar.bz2
forums-7338bfe3f08b829b97a2045b6bb029dd6b3ba54a.tar.xz
forums-7338bfe3f08b829b97a2045b6bb029dd6b3ba54a.zip
[ticket/9737] Fix some comments
PHPBB3-9737
Diffstat (limited to 'phpBB/includes/db')
-rw-r--r--phpBB/includes/db/migration/migration.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/db/migration/migration.php b/phpBB/includes/db/migration/migration.php
index cf1e97b3b1..5f14a6953c 100644
--- a/phpBB/includes/db/migration/migration.php
+++ b/phpBB/includes/db/migration/migration.php
@@ -74,7 +74,7 @@ abstract class phpbb_db_migration
}
/**
- * Defines other migrations to be applied first (abstract method)
+ * Defines other migrations to be applied first
*
* @return array An array of migration class names
*/
@@ -84,7 +84,7 @@ abstract class phpbb_db_migration
}
/**
- * Allows you to check if the migration is effectively installed (entirely optionall)
+ * Allows you to check if the migration is effectively installed (entirely optional)
*
* This is checked when a migration is installed. If true is returned, the migration will be set as
* installed without performing the database changes.