From 13719e9428ee739a6431eb39606d396b6d7b91dd Mon Sep 17 00:00:00 2001 From: Ricky Elrod Date: Wed, 1 May 2013 17:37:33 -0400 Subject: [PATCH] [docs] fix there -> their in two places. --- akka-docs/rst/java/remoting.rst | 2 +- akka-docs/rst/scala/remoting.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/akka-docs/rst/java/remoting.rst b/akka-docs/rst/java/remoting.rst index 046fab8e82..99d1bf8214 100644 --- a/akka-docs/rst/java/remoting.rst +++ b/akka-docs/rst/java/remoting.rst @@ -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:: diff --git a/akka-docs/rst/scala/remoting.rst b/akka-docs/rst/scala/remoting.rst index 730d9f3a37..606670190a 100644 --- a/akka-docs/rst/scala/remoting.rst +++ b/akka-docs/rst/scala/remoting.rst @@ -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::