mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-02-24 22:58:32 +01:00
Fix typo
Correct "procesesed" to "processed"
This commit is contained in:
parent
23c9f0d0e2
commit
76c16b41e5
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ import java.util.Set;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* <p>Implementors can listen to events like blocks being downloaded/transactions being broadcast/connect/disconnects,
|
* <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>
|
* provide transactions to remote peers when they ask for them.</p>
|
||||||
*/
|
*/
|
||||||
public interface PeerConnectionEventListener {
|
public interface PeerConnectionEventListener {
|
||||||
|
|
|
@ -23,7 +23,7 @@ import java.util.*;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* <p>Implementors can listen to events like blocks being downloaded/transactions being broadcast/connect/disconnects,
|
* <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>
|
* provide transactions to remote peers when they ask for them.</p>
|
||||||
*/
|
*/
|
||||||
public interface PeerDataEventListener {
|
public interface PeerDataEventListener {
|
||||||
|
|
Loading…
Add table
Reference in a new issue