← Watch feed
chore: fix typo 'effected' to 'affected'
What changed, and why it matters
This commit fixes a spelling mistake in a comment inside a shell script used for checking API changes. It changes 'effected' to 'affected' with no functional code changes.
Recommended action
No security action needed. This is a documentation/comment-only typo fix.
Security signals we found
No strong security signals were identified.
Evidence from the diff
A single-word typo correction in a comment within contrib/check-for-api-changes.sh. No executable code, logic, configuration, or data handling was modified. The script behavior is unchanged.
Changed components
contrib/check-for-api-changes.shInspect captured patch +1 / −1
diff --git a/contrib/check-for-api-changes.sh b/contrib/check-for-api-changes.sh
index 3299c377..b50597a0 100755
--- a/contrib/check-for-api-changes.sh
+++ b/contrib/check-for-api-changes.sh
@@ -16,7 +16,7 @@ RUSTDOCFLAGS="-A rustdoc::broken_intra_doc_links"
# `sort -n -u` doesn't work for some reason.
SORT="sort --numeric-sort"
-# Sort order is effected by locale. See `man sort`.
+# Sort order is affected by locale. See `man sort`.
# > Set LC_ALL=C to get the traditional sort order that uses native byte values.
export LC_ALL=C
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.