mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-04-22 21:00:44 +00:00
* EOAccess/EOModel.m ([EOModel entityNamed:]): Fix typo.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@19286 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
035241d4eb
commit
d50838d4a0
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2004-05-12 David Ayers <d.ayers@inode.at>
|
||||
|
||||
* EOAccess/EOModel.m ([EOModel entityNamed:]): Fix typo.
|
||||
|
||||
2004-05-07 David Ayers <d.ayers@inode.at>
|
||||
Alexander Malmberg <alexander@malmberg.org>
|
||||
|
||||
|
|
|
@ -325,7 +325,7 @@ NSString *EOEntityLoadedNotification = @"EOEntityLoadedNotification";
|
|||
{
|
||||
EOEntity *entity = nil;
|
||||
|
||||
NSAssert(name,@"No entityt name");
|
||||
NSAssert(name,@"No entity name");
|
||||
|
||||
entity = [_entitiesByName objectForKey: name];
|
||||
if (entity != nil)
|
||||
|
|
Loading…
Reference in a new issue