Skip to content

Commit c6cc92e

Browse files
committed
fix cant spell to save my life
Signed-off-by: Zack Koppert <zkoppert@github.com>
1 parent d10345c commit c6cc92e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contributor_stats.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def merge_contributors(contributors: list) -> list:
104104
merged_contributors: List[ContributorStats] = []
105105
for contributor_list in contributors:
106106
for contributor in contributor_list:
107-
# if the contributor is already in the merged list, merge their relavent attributes
107+
# if the contributor is already in the merged list, merge their relevant attributes
108108
if contributor.username in [c.username for c in merged_contributors]:
109109
for merged_contributor in merged_contributors:
110110
if merged_contributor.username == contributor.username:

0 commit comments

Comments
 (0)