Skip to content

Commit

Permalink
[MINOR] Fixed some typos (#7299)
Browse files Browse the repository at this point in the history
* typos

Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>

---------

Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
  • Loading branch information
macfarla authored Jul 10, 2024
1 parent 3117f15 commit 3f00bad
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/container-security-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
required: false
default: 'develop'
schedule:
# Start of the hour is the busy time. Scheule it to run 8:17am UTC
# Start of the hour is the busy time. Schedule it to run 8:17am UTC
- cron: '17 8 * * *'

jobs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -642,9 +642,9 @@ static ProtocolSpecBuilder pragueDefinition(

return cancunDefinition(
chainId, enableRevertReason, genesisConfigOptions, evmConfiguration, miningParameters)
// EIP-3074 AUTH and AUTCALL gas
// EIP-3074 AUTH and AUTHCALL gas
.gasCalculator(PragueGasCalculator::new)
// EIP-3074 AUTH and AUTCALL
// EIP-3074 AUTH and AUTHCALL
.evmBuilder(
(gasCalculator, jdCacheConfig) ->
MainnetEVMs.prague(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public void stop() {}
public void awaitStop() throws InterruptedException {}

/**
* This function is called by the P2P framework when an "SNAP message has been received.
* This function is called by the P2P framework when a SNAP message has been received.
*
* @param cap The capability under which the message was transmitted.
* @param message The message to be decoded.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
import org.apache.tuweni.bytes.Bytes;
import org.apache.tuweni.bytes.Bytes32;

/** An Merkle Patricial Trie. */
/** A Merkle Patricia Trie. */
public interface MerkleTrie<K, V> {

Bytes EMPTY_TRIE_NODE = RLP.NULL;
Expand Down

0 comments on commit 3f00bad

Please sign in to comment.