Skip to content

Commit 5d7ed18

Browse files
authored
Fix comment typo in git-authors (tj#1050)
1 parent 2d221c1 commit 5d7ed18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/git-authors

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ fi
3636

3737
authors() {
3838
if $NO_EMAIL; then
39-
# eamil will be used to uniq authors.
39+
# email will be used to uniq authors.
4040
git shortlog -sne | awk '{$1=""; sub(" ", ""); print}' | awk -F'<' '!x[$1]++' | awk -F'<' '!x[$2]++' \
4141
| awk -F'<' '{gsub(/ +$/, "", $1); print $1}'
4242
else

0 commit comments

Comments
 (0)