Skip to content

Commit eed6aaa

Browse files
committed
ahg one more linty thing
1 parent a57e321 commit eed6aaa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

report/report.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ func Status(n note.CommitNote, options OutputOptions, projPath ...string) (strin
9797
return b.String(), nil
9898
}
9999

100-
// CommitSummry returns the commit summary report
100+
// CommitSummary returns the commit summary report
101101
func CommitSummary(projects []ProjectCommits, options OutputOptions) (string, error) {
102102
notes := options.limitNotes(retrieveNotes(projects, options.TerminalOff, "Mon Jan 02"))
103103
if len(notes) == 0 {

0 commit comments

Comments
 (0)