Skip to content

Commit

Permalink
SPARK-4971: Fix typo in BlockGenerator comment
Browse files Browse the repository at this point in the history
Author: CodingCat <zhunansjtu@gmail.com>

Closes #3807 from CodingCat/new_branch and squashes the following commits:

5167f01 [CodingCat] fix typo in the comment
  • Loading branch information
CodingCat authored and JoshRosen committed Dec 26, 2014
1 parent f9ed2b6 commit fda4331
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ private[streaming] class BlockGenerator(

/**
* Push a single data item into the buffer. After buffering the data, the
* `BlockGeneratorListnere.onAddData` callback will be called. All received data items
* `BlockGeneratorListener.onAddData` callback will be called. All received data items
* will be periodically pushed into BlockManager.
*/
def addDataWithCallback(data: Any, metadata: Any) = synchronized {
Expand Down

0 comments on commit fda4331

Please sign in to comment.