Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
Co-authored-by: Dimitar Dimitrov <[email protected]>
  • Loading branch information
replay and dimitarvdimitrov authored May 31, 2024
1 parent cf8bcbf commit b10b508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/icassigner/busyness/busyness.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ func (b *githubBusynessClient) getBusyness(ctx context.Context, since time.Time,
case "closed":
// if the issue got closed since our time to check
if since.Before(i.GetClosedAt()) {
log.Printf("%s: Issue increases busyiness because it has been closed at %s which is after %s: %s\n", member, i.GetClosedAt().String(), since.String(), i.GetTitle())
log.Printf("%s: Issue increases busyness because it has been closed at %s which is after %s: %s\n", member, i.GetClosedAt().String(), since.String(), i.GetTitle())
busyness++
} else {
log.Printf("%s: Issue doesn't increase busyiness because it has been closed at %s which is before %s: %s\n", member, i.GetClosedAt().String(), since.String(), i.GetTitle())
Expand Down

0 comments on commit b10b508

Please sign in to comment.