Skip to content

Commit b30bcf0

Browse files
committed
spelling: didn't
Signed-off-by: Josh Soref <[email protected]>
1 parent 527744f commit b30bcf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

diff/report.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ func (t *ReportTemplateSpec) loadFromKey(key string) error {
202202
t.API = matches[4]
203203
return nil
204204
}
205-
return errors.New("key string did't match regexp")
205+
return errors.New("key string didn't match regexp")
206206
}
207207

208208
// load and print report for template output

0 commit comments

Comments
 (0)