Skip to content

Commit 5167f01

Browse files
committed
fix typo in the comment
1 parent 29fabb1 commit 5167f01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

streaming/src/main/scala/org/apache/spark/streaming/receiver/BlockGenerator.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ private[streaming] class BlockGenerator(
116116

117117
/**
118118
* Push a single data item into the buffer. After buffering the data, the
119-
* `BlockGeneratorListnere.onAddData` callback will be called. All received data items
119+
* `BlockGeneratorListener.onAddData` callback will be called. All received data items
120120
* will be periodically pushed into BlockManager.
121121
*/
122122
def addDataWithCallback(data: Any, metadata: Any) = synchronized {

0 commit comments

Comments
 (0)