What changed, and why it matters
This commit fixes a single spelling mistake ('spilt' to 'split') in a project planning document. It does not change any code, configuration, or security behavior.
Recommended action
No action needed; this is a documentation-only typo fix with no security relevance.
Security signals we found
No strong security signals were identified.
Evidence from the diff
A one-character typo correction in docs/psbt.md, changing ‘spilt’ to ‘split’. No executable code, API, serialization logic, or cryptographic handling is modified.
Changed components
Not specified
Inspect captured patch +1 / −1
diff --git a/docs/psbt.md b/docs/psbt.md
index 6f24dcfd..6dbbf850 100644
--- a/docs/psbt.md
+++ b/docs/psbt.md
@@ -1,7 +1,7 @@
# PSBT
We would like to enable support for PSBTv2, not necessarily add support to `rust-bitcoin`.
-Potentially we want to spilt out the current PSBTv1 into a separate crate. The serialization logic
+Potentially we want to split out the current PSBTv1 into a separate crate. The serialization logic
likely stays in `rust-bitcoin`. There are various attempts at this in flight but mostly stale.
* Initial support in `rust-bitcoin`: [#3507](https://github.com/rust-bitcoin/rust-bitcoin/pull/3507)
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.