Skip to content

Commit

Permalink
Spelling - not my strongest suite. Fix Propegates to Propagates.
Browse files Browse the repository at this point in the history
  • Loading branch information
holdenk committed Jun 22, 2015
1 parent 039d620 commit 855f9aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ class PandaException extends RuntimeException {
}

@Test(expected=PandaException.class)
public void writeFailurePropegates() throws Exception {
public void writeFailurePropagates() throws Exception {
class BadRecords extends scala.collection.AbstractIterator<Product2<Object, Object>> {
@Override public boolean hasNext() {
throw new PandaException();
Expand Down

0 comments on commit 855f9aa

Please sign in to comment.