What changed, and why it matters
This commit is a one-character typo fix in the changelog, changing 'paramater' to 'parameter'. It does not modify any source code, build scripts, tests, or documentation that affects how the software behaves.
Recommended action
No action required; this is a cosmetic documentation fix.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff alters a single line in bitcoin/CHANGELOG.md, correcting a spelling mistake in an entry describing a prior API change. No Rust source files, Cargo.toml, CI configuration, or other functional files are touched.
Changed components
Not specified
Inspect captured patch +1 / −1
diff --git a/bitcoin/CHANGELOG.md b/bitcoin/CHANGELOG.md
index a1523f7f..3a27c830 100644
--- a/bitcoin/CHANGELOG.md
+++ b/bitcoin/CHANGELOG.md
@@ -39,7 +39,7 @@ For changes to our dependencies included in this release see:
## Changes
- Deprecate unchecked `amount` ops [#3759](https://github.com/rust-bitcoin/rust-bitcoin/pull/3759)
-- Change paramater type used for whole bitcoin amounts [#3744](https://github.com/rust-bitcoin/rust-bitcoin/pull/3744)
+- Change parameter type used for whole bitcoin amounts [#3744](https://github.com/rust-bitcoin/rust-bitcoin/pull/3744)
- Add `Weight::to_kwu_ceil` [#3740](https://github.com/rust-bitcoin/rust-bitcoin/pull/3740)
- Remove `Weight::from_wu_usize` function [#3738](https://github.com/rust-bitcoin/rust-bitcoin/pull/3738)
- Move script hash types to `primitives` [#3734](https://github.com/rust-bitcoin/rust-bitcoin/pull/3734)
Risk score
Our methodology →Why this scored 15/100
Human-validated context
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
No validated notes yet.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.