What changed, and why it matters
This commit only corrects a spelling mistake in a code comment ('conenction' to 'connection'). It does not change any program instructions, behavior, or security logic.
Recommended action
No security action needed. Treat as a routine documentation/comment cleanup commit.
Security signals we found
No strong security signals were identified.
Evidence from the diff
A single-character typo fix in a C source comment within main/process/dashboard.c. No executable code, data flow, control flow, or cryptographic operations are modified.
Changed components
main/process/dashboard.c (comment only)Inspect captured patch +1 / −1
diff --git a/main/process/dashboard.c b/main/process/dashboard.c
index 5e91b2d..6f3cdf8 100644
--- a/main/process/dashboard.c
+++ b/main/process/dashboard.c
@@ -856,7 +856,7 @@ bool handle_mnemonic_qr(const char* mnemonic)
}
// Helper to initialise with mnemonic, and (if successful) request whether the
-// initial conenction will be over USB or BLE.
+// initial connection will be over USB or BLE.
static void initialise_wallet(const bool temporary_restore)
{
const bool force_qr_scan = false;
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.