We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65c5db5 commit 6479214Copy full SHA for 6479214
analyzer/codechecker_analyzer/analyzer.py
@@ -61,7 +61,7 @@ def create_actions_map(actions, manager):
61
for act in actions:
62
key = act.source, act.target
63
if check_for_unique_actions and (key in result):
64
- LOG.debug("Multiple entires in compile database "
+ LOG.debug("Multiple entries in compile database "
65
"with the same (source, target) pair: (%s, %s)",
66
act.source, act.target)
67
result[key] = act
0 commit comments