← Watch feed
doc: fix typo 'parlor' to 'parlance' in developer-notes
What changed, and why it matters
This commit fixes a spelling mistake in a developer documentation file, changing 'parlor' to 'parlance'. It does not change any program code, behavior, or security properties.
Recommended action
No action required. 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 single-word typo correction in doc/developer-notes.md. No source code, build system, tests, or configuration was modified. There is no security or functional change.
Changed components
doc/developer-notes.mdInspect captured patch +1 / −1
diff --git a/doc/developer-notes.md b/doc/developer-notes.md
index 0871e182..18691811 100644
--- a/doc/developer-notes.md
+++ b/doc/developer-notes.md
@@ -796,7 +796,7 @@ Common misconceptions are clarified in those sections:
- Do not compare an iterator from one data structure with an iterator of
another data structure (even if of the same type).
- - *Rationale*: Behavior is undefined. In C++ parlor this means "may reformat
+ - *Rationale*: Behavior is undefined. In C++ parlance this means "may reformat
the universe", in practice this has resulted in at least one hard-to-debug crash bug.
- Watch out for out-of-bounds vector access. `&vch[vch.size()]` is illegal,
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.