From 8176b7a02e6b62bbce194c3ce9802d58b7472101 Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Mon, 15 Dec 2014 14:52:17 -0800 Subject: [SPARK-4668] Fix some documentation typos. Author: Ryan Williams Closes #3523 from ryan-williams/tweaks and squashes the following commits: d2eddaa [Ryan Williams] code review feedback ce27fc1 [Ryan Williams] CoGroupedRDD comment nit c6cfad9 [Ryan Williams] remove unnecessary if statement b74ea35 [Ryan Williams] comment fix b0221f0 [Ryan Williams] fix a gendered pronoun c71ffed [Ryan Williams] use names on a few boolean parameters 89954aa [Ryan Williams] clarify some comments in {Security,Shuffle}Manager e465dac [Ryan Williams] Saved building-spark.md with Dillinger.io 83e8358 [Ryan Williams] fix pom.xml typo dc4662b [Ryan Williams] typo fixes in tuning.md, configuration.md --- .../main/scala/org/apache/spark/streaming/receiver/ActorReceiver.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'streaming') diff --git a/streaming/src/main/scala/org/apache/spark/streaming/receiver/ActorReceiver.scala b/streaming/src/main/scala/org/apache/spark/streaming/receiver/ActorReceiver.scala index 1868a1ebc7..a7d63bd4f2 100644 --- a/streaming/src/main/scala/org/apache/spark/streaming/receiver/ActorReceiver.scala +++ b/streaming/src/main/scala/org/apache/spark/streaming/receiver/ActorReceiver.scala @@ -123,7 +123,7 @@ private[streaming] case class ByteBufferData(bytes: ByteBuffer) extends ActorRec * As Actors can also be used to receive data from almost any stream source. * A nice set of abstraction(s) for actors as receivers is already provided for * a few general cases. It is thus exposed as an API where user may come with - * his own Actor to run as receiver for Spark Streaming input source. + * their own Actor to run as receiver for Spark Streaming input source. * * This starts a supervisor actor which starts workers and also provides * [http://doc.akka.io/docs/akka/snapshot/scala/fault-tolerance.html fault-tolerance]. -- cgit v1.2.3