Skip to content

Commit a2f9622

Browse files
bartababluca
authored andcommitted
Fix type in group_by_feature
In group_by_feature, fix typo "recommened" -> "recommended".
1 parent 6525a5f commit a2f9622

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dlopen-notes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def group_by_feature(elffiles):
9898
# ]
9999
for elffiles in elffiles:
100100
for note in elffiles.notes():
101-
prio = Priority[note.get('priority', 'recommened')]
101+
prio = Priority[note.get('priority', 'recommended')]
102102
feature_name = note['feature']
103103

104104
try:

0 commit comments

Comments
 (0)