From 248c9bdeffde99c0f66cc323b6b6786ea9eca8ac Mon Sep 17 00:00:00 2001 From: Jonathan Ingram Date: Mon, 21 Nov 2011 12:34:20 +1100 Subject: [PATCH] Fixed typo --- lib/Doctrine/ORM/UnitOfWork.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Doctrine/ORM/UnitOfWork.php b/lib/Doctrine/ORM/UnitOfWork.php index 2e096f890..91440eacf 100644 --- a/lib/Doctrine/ORM/UnitOfWork.php +++ b/lib/Doctrine/ORM/UnitOfWork.php @@ -712,7 +712,7 @@ class UnitOfWork implements PropertyChangedListener if ( ! $assoc['isCascadePersist']) { $message = "A new entity was found through the relationship '%s#%s' that was not configured " . ' to cascade persist operations for entity: %s. Explicitly persist the new entity or ' . - 'configure cascading persist operations on tbe relationship. If you cannot find out ' . + 'configure cascading persist operations on the relationship. If you cannot find out ' . 'which entity causes the problem, implement %s#__toString() to get a clue.'; throw new InvalidArgumentException(sprintf(