Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
Signed-off-by: Thabokani <[email protected]>
  • Loading branch information
Thabokani committed Jan 29, 2024
1 parent e55569c commit 55f1015
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public long lastUpdate() {
}

/**
* Has this scalar had any change since the inital value
* Has this scalar had any change since the initial value
*
* @return true if there are any changes to undo
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import org.apache.tuweni.bytes.Bytes;
import org.apache.tuweni.units.bigints.UInt256;

/** Accumulator interface tor provding trie updates for creating TrieLogs. */
/** Accumulator interface for providing trie updates for creating TrieLogs. */
public interface TrieLogAccumulator {

/**
Expand Down

0 comments on commit 55f1015

Please sign in to comment.