Small typo fix

This commit is contained in:
Arron Bailiss 2013-05-24 16:32:59 +03:00
parent ea98e9c18d
commit 3c1bbbde89

View file

@ -58,7 +58,7 @@ abstract class BaseBookPeer
const DEFAULT_STRING_FORMAT = 'YAML';
/**
* An identiy map to hold any loaded instances of Book objects.
* An identity map to hold any loaded instances of Book objects.
* This must be public so that other peer classes can access this when hydrating from JOIN
* queries.
* @var array Book[]