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 b6d332e commit e0a112a
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 @@ -174,7 +174,7 @@ func (b *githubBusynessClient) getBusyness(ctx context.Context, since time.Time,
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())
}
default:
log.Printf("%s: Issue doesn't increase busyiness because it has an unknown state (%s): %s\n", member, i.GetState(), i.GetTitle())
log.Printf("%s: Issue doesn't increase busyness because it has an unknown state (%s): %s\n", member, i.GetState(), i.GetTitle())
}
}

Expand Down

0 comments on commit e0a112a

Please sign in to comment.