Correct "procesesed" to "processed"
This commit is contained in:
Ross Nicoll 2016-02-13 09:56:27 +00:00
parent 23c9f0d0e2
commit 76c16b41e5
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ import java.util.Set;
/**
* <p>Implementors can listen to events like blocks being downloaded/transactions being broadcast/connect/disconnects,
* they can pre-filter messages before they are procesesed by a {@link Peer} or {@link PeerGroup}, and they can
* they can pre-filter messages before they are processed by a {@link Peer} or {@link PeerGroup}, and they can
* provide transactions to remote peers when they ask for them.</p>
*/
public interface PeerConnectionEventListener {

View file

@ -23,7 +23,7 @@ import java.util.*;
/**
* <p>Implementors can listen to events like blocks being downloaded/transactions being broadcast/connect/disconnects,
* they can pre-filter messages before they are procesesed by a {@link Peer} or {@link PeerGroup}, and they can
* they can pre-filter messages before they are processed by a {@link Peer} or {@link PeerGroup}, and they can
* provide transactions to remote peers when they ask for them.</p>
*/
public interface PeerDataEventListener {