What changed, and why it matters
This commit fixes a spelling mistake in two documentation files, changing 'sciptcode' to 'scriptcode'. It does not change any code, program behavior, or security properties.
No security action needed. This is a documentation typo fix and can be treated as routine maintenance.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff is limited to two Markdown documentation files (docs/crypto.md and docs/keys.md). Each file has one character inserted to correct the misspelling ‘sciptcode’ to ‘scriptcode’. No source code, APIs, cryptographic logic, or build configuration is modified.
Changed components
docs/crypto.mddocs/keys.mdInspect captured patch +2 / −2
diff --git a/docs/crypto.md b/docs/crypto.md
index 09ba86d9..03f55465 100644
--- a/docs/crypto.md
+++ b/docs/crypto.md
@@ -57,7 +57,7 @@ Currently we are using `bitcoin::network::NetworkKind` in `PrivateKey`.
#### `ScriptBuf`
-Possibly ok if we have a dependency on `primitives`. Only used for sciptcode.
+Possibly ok if we have a dependency on `primitives`. Only used for scriptcode.
#### Taproot stuff
diff --git a/docs/keys.md b/docs/keys.md
index 7eb299c5..7c1401cd 100644
--- a/docs/keys.md
+++ b/docs/keys.md
@@ -56,7 +56,7 @@ Currently we are using `bitcoin::network::NetworkKind` in `PrivateKey`.
#### `ScriptBuf`
-Possibly ok if we have a dependency on `primitives`. Only used for sciptcode.
+Possibly ok if we have a dependency on `primitives`. Only used for scriptcode.
#### Taproot stuff
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.