Skip to content

Commit 855f9aa

Browse files
committed
Spelling - not my strongest suite. Fix Propegates to Propagates.
1 parent 039d620 commit 855f9aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/test/java/org/apache/spark/shuffle/unsafe/UnsafeShuffleWriterSuite.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ class PandaException extends RuntimeException {
257257
}
258258

259259
@Test(expected=PandaException.class)
260-
public void writeFailurePropegates() throws Exception {
260+
public void writeFailurePropagates() throws Exception {
261261
class BadRecords extends scala.collection.AbstractIterator<Product2<Object, Object>> {
262262
@Override public boolean hasNext() {
263263
throw new PandaException();

0 commit comments

Comments
 (0)