Skip to content

Commit

Permalink
Fixed typo adress -> address (#741)
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Roan <[email protected]>
Co-authored-by: Tilak Madichetti <[email protected]>
  • Loading branch information
3 people authored Oct 4, 2024
1 parent c270c08 commit ae3ed55
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions aderyn_core/src/detect/high/delegate_call_no_address_check.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ impl IssueDetector for DelegateCallOnUncheckedAddressDetector {
}

fn title(&self) -> String {
String::from("Delegatecall made by the function without checks on any adress.")
String::from("Delegatecall made by the function without checks on any address.")
}

fn description(&self) -> String {
Expand Down Expand Up @@ -119,7 +119,7 @@ mod delegate_call_no_address_check_tests {
// assert the title is correct
assert_eq!(
detector.title(),
String::from("Delegatecall made by the function without checks on any adress.")
String::from("Delegatecall made by the function without checks on any address.")
);
// assert the description is correct
assert_eq!(
Expand Down
2 changes: 1 addition & 1 deletion reports/adhoc-sol-files-highs-only-report.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions reports/adhoc-sol-files-report.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions reports/hardhat-playground-report.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion reports/report.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions reports/report.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ae3ed55

Please sign in to comment.