Skip to content

Commit e676d18

Browse files
committed
Typo!
1 parent 8f96475 commit e676d18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

streaming/src/test/scala/org/apache/spark/streaming/StreamingContextSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class StreamingContextSuite extends FunSuite with BeforeAndAfter with Timeouts w
4747
if (ssc != null) {
4848
ssc.stop()
4949
if (ssc.sc != null) {
50-
// Calling ssc.stop() does not always not stop the associated SparkContext.
50+
// Calling ssc.stop() does not always stop the associated SparkContext.
5151
ssc.sc.stop()
5252
}
5353
ssc = null

0 commit comments

Comments
 (0)