spelling: dismissed
This commit is contained in:
parent
8ba68fc68a
commit
ddd438d5e1
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue