Skip to content

Commit 6479214

Browse files
committed
[fix] Typo fix
1 parent 65c5db5 commit 6479214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

analyzer/codechecker_analyzer/analyzer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def create_actions_map(actions, manager):
6161
for act in actions:
6262
key = act.source, act.target
6363
if check_for_unique_actions and (key in result):
64-
LOG.debug("Multiple entires in compile database "
64+
LOG.debug("Multiple entries in compile database "
6565
"with the same (source, target) pair: (%s, %s)",
6666
act.source, act.target)
6767
result[key] = act

0 commit comments

Comments
 (0)