Skip to content

Commit 1fcbf53

Browse files
author
Marcelo Vanzin
committed
Fix typo.
1 parent f53ebd4 commit 1fcbf53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

launcher/src/test/java/org/apache/spark/launcher/LauncherServerSuite.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ public void testStreamFiltering() throws Exception {
177177
client.send(new EvilPayload());
178178
} catch (SocketException se) {
179179
// SPARK-21522: this can happen if the server closes the socket before the full message has
180-
// been written, so it's expected. It may cause false positives through (socket errors
180+
// been written, so it's expected. It may cause false positives though (socket errors
181181
// happening for other reasons).
182182
}
183183

0 commit comments

Comments
 (0)