Skip to content

Commit e409e2c

Browse files
macfarlamark-terry
andauthored
[MINOR] Typos (#2721)
* typo Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net> * synchronisation Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net> * typo Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net> Co-authored-by: mark-terry <36909937+mark-terry@users.noreply.github.com>
1 parent 19a5477 commit e409e2c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

besu/src/main/java/org/hyperledger/besu/cli/BesuCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2312,7 +2312,7 @@ private boolean isPruningEnabled() {
23122312
return pruningEnabled;
23132313
}
23142314

2315-
// Blockchain synchronisation from peers.
2315+
// Blockchain synchronization from peers.
23162316
private void synchronize(
23172317
final BesuController controller,
23182318
final boolean p2pEnabled,

config/src/main/java/org/hyperledger/besu/config/GenesisConfigOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ public interface GenesisConfigOptions {
232232
boolean isQuorum();
233233

234234
/**
235-
* Block number to activate Quorum Permissioning. This options is used on Quorum-compatibility
235+
* Block number to activate Quorum Permissioning. This option is used on Quorum-compatibility
236236
* mode.
237237
*
238238
* @return block number to activate Quorum Permissioning

ethereum/p2p/src/main/java/org/hyperledger/besu/ethereum/p2p/discovery/PeerDiscoveryAgent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ public long observePeerBondedEvents(final PeerBondedObserver observer) {
358358
}
359359

360360
/**
361-
* Removes an previously added peer bonded observer.
361+
* Removes a previously added peer bonded observer.
362362
*
363363
* @param observerId The unique ID identifying the observer to remove.
364364
* @return Whether the observer was located and removed.

0 commit comments

Comments
 (0)