aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db/migration/exception.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/db/migration/exception.php')
-rw-r--r--phpBB/phpbb/db/migration/exception.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/phpbb/db/migration/exception.php b/phpBB/phpbb/db/migration/exception.php
index 8bf18dec68..58e29b5218 100644
--- a/phpBB/phpbb/db/migration/exception.php
+++ b/phpBB/phpbb/db/migration/exception.php
@@ -18,7 +18,7 @@ if (!defined('IN_PHPBB'))
}
/**
-* The migrator is responsible for applying new \migrations in the correct order.
+* The migrator is responsible for applying new migrations in the correct order.
*
* @package db
*/
@@ -66,8 +66,8 @@ class exception extends \Exception
}
/**
- * Get localised message (\with $user->lang())
- *
+ * Get localised message (with $user->lang())
+ *
* @param \phpbb\user $user
* @return string
*/