Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tidal committed Jul 1, 2011
1 parent 9d6216e commit b509ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dispatcher/ObjectEventDispatcher.php
Expand Up @@ -45,7 +45,7 @@ public function notify($name, $object){
return self::doNotify($this->getListeners($name, $object->getContent()), $object);
}
}else{
throw new \InvalidArgumentException('instance of \PEIP\INF\Event\Event must contain subject');
throw new \InvalidArgumentException('instance of \PEIP\INF\Event\Event must contain object');
}
}else{
throw new \InvalidArgumentException('object must be instance of \PEIP\INF\Event\Event');
Expand Down

0 comments on commit b509ae0

Please sign in to comment.