Skip to content

Commit f327e11

Browse files
mbaludaCopilot
andauthored
Update cpp/common/src/codingstandards/cpp/rules/violationsofonedefinitionrule/ViolationsOfOneDefinitionRule.qll
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 9c3cd89 commit f327e11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/common/src/codingstandards/cpp/rules/violationsofonedefinitionrule/ViolationsOfOneDefinitionRule.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ query predicate problems(DeclarationEntry decl, string message, File declFile, s
3232
secondmessage = decl.getFile().getBaseName() and
3333
message =
3434
"Header file $@ contains " + case + " " + decl.getName() +
35-
" that lead to One Defintion Rule violation." and
35+
" that lead to One Definition Rule violation." and
3636
hasExternalLinkage(decl.getDeclaration()) and
3737
(
3838
//a non-inline/non-extern function defined in a header

0 commit comments

Comments
 (0)