From c67cd122265409f21094268fe76d99c5f29c4245 Mon Sep 17 00:00:00 2001 From: zYne Date: Mon, 9 Jul 2007 22:56:34 +0000 Subject: [PATCH] --- lib/Doctrine/Connection/UnitOfWork.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Doctrine/Connection/UnitOfWork.php b/lib/Doctrine/Connection/UnitOfWork.php index 3845864ce..bdbd6a9ae 100644 --- a/lib/Doctrine/Connection/UnitOfWork.php +++ b/lib/Doctrine/Connection/UnitOfWork.php @@ -204,7 +204,7 @@ class Doctrine_Connection_UnitOfWork extends Doctrine_Connection_Module $record->postSave($event); } /** - * deletes this data access object and all the related composites + * deletes given record and all the related composites * this operation is isolated by a transaction * * this event can be listened by the onPreDelete and onDelete listeners