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 b10b508 commit b6d332e
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 @@ -163,7 +163,7 @@ func (b *githubBusynessClient) getBusyness(ctx context.Context, since time.Time,
}

// increase busyness count otherwise
log.Printf("%s: Issue increases busyiness because it is still open: %s\n", member, i.GetTitle())
log.Printf("%s: Issue increases busyness because it is still open: %s\n", member, i.GetTitle())
busyness++
case "closed":
// if the issue got closed since our time to check
Expand Down

0 comments on commit b6d332e

Please sign in to comment.