Skip to content

Commit

Permalink
Fix typos (hyperledger#6481)
Browse files Browse the repository at this point in the history
* Fix typos

Signed-off-by: Thabokani <[email protected]>

* update plugin-api/build.gradle

Signed-off-by: Thabokani <[email protected]>

---------

Signed-off-by: Thabokani <[email protected]>
  • Loading branch information
Thabokani authored Jan 29, 2024
1 parent 0f91a67 commit f125aed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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
2 changes: 1 addition & 1 deletion plugin-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Calculated : ${currentHash}
tasks.register('checkAPIChanges', FileStateChecker) {
description = "Checks that the API for the Plugin-API project does not change without deliberate thought"
files = sourceSets.main.allJava.files
knownHash = 'ZsovOR0oPfomcLP4b+HjikWzM0Tx6sCwi68mf5qwZf4='
knownHash = 'VpNy2KuAtEUc9hPguNivbjwy2YM3vIF444RCREJojqY='
}
check.dependsOn('checkAPIChanges')

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 f125aed

Please sign in to comment.