diff --git a/lib/Doctrine/DBAL/Types/Type.php b/lib/Doctrine/DBAL/Types/Type.php index 114dea6ba41..77938ad4d02 100644 --- a/lib/Doctrine/DBAL/Types/Type.php +++ b/lib/Doctrine/DBAL/Types/Type.php @@ -338,7 +338,7 @@ public function getMappedDatabaseTypes(AbstractPlatform $platform) /** * If this Doctrine Type maps to an already mapped database type, - * reverse schema engineering can't take them apart. You need to mark + * reverse schema engineering can't tell them apart. You need to mark * one of those types as commented, which will have Doctrine use an SQL * comment to typehint the actual Doctrine Type. *