1
0
mirror of synced 2024-12-13 22:56:04 +03:00

fixing typo

This commit is contained in:
pookey 2006-09-21 00:17:22 +00:00
parent 521ad6d9a8
commit ff19c0d591

View File

@ -1,7 +1,7 @@
<?php
Doctrine::autoload('Doctrine_Access');
class Doctrine_EvenListener_Chain extends Doctrine_Access {
class Doctrine_EventListener_Chain extends Doctrine_Access {
/**
* @var array $listeners
*/