Skip to content

Commit

Permalink
fix typo in the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingCat committed Dec 26, 2014
1 parent 29fabb1 commit 5167f01
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 5167f01

Please sign in to comment.