Skip to content

Commit 4972857

Browse files
bdrodesgeoffw0
andauthored
Update cpp/ql/lib/semmle/code/cpp/commons/StringConcatenation.qll
Co-authored-by: Geoffrey White <[email protected]>
1 parent 66f725d commit 4972857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/lib/semmle/code/cpp/commons/StringConcatenation.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ private import semmle.code.cpp.dataflow.new.DataFlow
99

1010
class StringConcatenation extends Call {
1111
StringConcatenation() {
12-
// sprintf-like functions, i.e., concat through formating
12+
// sprintf-like functions, i.e., concat through formatting
1313
exists(FormattingFunctionCall fc | this = fc)
1414
or
1515
this.getTarget() instanceof StrcatFunction

0 commit comments

Comments
 (0)