Skip to content

Commit

Permalink
Fix little typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkaholic committed Sep 14, 2012
1 parent e8c19f7 commit 6e01599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/part09.rst
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ there is a solution: use subscribers instead of listeners::
$dispatcher->addSubscriber(new Simplex\ContentLengthListener());
$dispatcher->addSubscriber(new Simplex\GoogleListener());

A subscriber knowns about all the events it is interested in and pass this
A subscriber knows about all the events it is interested in and pass this
information to the dispatcher via the ``getSubscribedEvents()`` method. Have a
look at the new version of the ``GoogleListener``::

Expand Down

0 comments on commit 6e01599

Please sign in to comment.