Skip to content

Commit 2c76e6e

Browse files
MarkLee131Copilot
andauthored
use American spellings in documentation
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent ff48ac5 commit 2c76e6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/Security/CWE/CWE-134/UncontrolledFormatString.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ predicate isSource(FlowSource source, string sourceType) { sourceType = source.g
2727
* Holds if `f` is a printf-like function or a (possibly nested) wrapper
2828
* that forwards a format-string parameter to one.
2929
*
30-
* Functions that *implement* printf-like behaviour (e.g. a custom
30+
* Functions that *implement* printf-like behavior (e.g. a custom
3131
* `vsnprintf` variant) internally parse the caller-supplied format string
3232
* and build small, bounded, local format strings such as `"%d"` or `"%ld"`
3333
* for inner `sprintf` calls. Taint that reaches those inner calls via the

0 commit comments

Comments
 (0)