[docs] fix there -> their in two places.

This commit is contained in:
Ricky Elrod 2013-05-01 17:37:33 -04:00
parent 927a00ee5a
commit 13719e9428
2 changed files with 2 additions and 2 deletions

View file

@ -401,7 +401,7 @@ An example of setting up a custom transport implementation::
Remote Events
-------------
It is possible to listen to events that occur in Akka Remote, and to subscribe/unsubscribe to there events,
It is possible to listen to events that occur in Akka Remote, and to subscribe/unsubscribe to these events
you simply register as listener to the below described types in on the ``ActorSystem.eventStream``.
.. note::

View file

@ -402,7 +402,7 @@ An example of setting up a custom transport implementation::
Remote Events
-------------
It is possible to listen to events that occur in Akka Remote, and to subscribe/unsubscribe to there events,
It is possible to listen to events that occur in Akka Remote, and to subscribe/unsubscribe to these events
you simply register as listener to the below described types in on the ``ActorSystem.eventStream``.
.. note::