Skip to content

Commit d3c8f2d

Browse files
authored
Merge pull request #85 from fosslight/develop
Modify typo of set_comment in BinaryItem
2 parents 13a551a + 6fddc00 commit d3c8f2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fosslight_binary/_binary.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def get_vulnerability_items(self):
8888
nvd_url = [vul_item.nvd_url for vul_item in self.vulnerability_items]
8989
return ", ".join(nvd_url)
9090

91-
def set_commnet(self, value):
91+
def set_comment(self, value):
9292
self.comment = value
9393

9494
def set_bin_name(self, value):

0 commit comments

Comments
 (0)