spelling: dismissed

This commit is contained in:
Josh Soref 2020-11-21 21:18:50 -05:00
parent 8ba68fc68a
commit ddd438d5e1

View file

@ -214,7 +214,7 @@ type reviewerState struct {
func formattedReviewerState(cs *iostreams.ColorScheme, reviewer *reviewerState) string {
state := reviewer.State
if state == dismissedReviewState {
// Show "DISMISSED" review as "COMMENTED", since "dimissed" only makes
// Show "DISMISSED" review as "COMMENTED", since "dismissed" only makes
// sense when displayed in an events timeline but not in the final tally.
state = commentedReviewState
}