Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
thoradam committed Jul 20, 2023
1 parent 16a3c35 commit 74c5d38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pr-review-notification.el
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@ Confirm if there's mark entries."
(concat (propertize (downcase .pr-info.state) 'face 'pr-review-listview-status-face) " ")))
(when new-mentioned (propertize "+mentioned " 'face 'pr-review-listview-important-activity-face))
(cond
(new-assigned (propertize "+assisnged " 'face 'pr-review-listview-important-activity-face))
(assigned (propertize "assisnged " 'face 'pr-review-listview-status-face)))
(new-assigned (propertize "+assigned " 'face 'pr-review-listview-important-activity-face))
(assigned (propertize "assigned " 'face 'pr-review-listview-status-face)))
(cond
(new-review-requested (propertize "+review_requested " 'face 'pr-review-listview-important-activity-face))
(review-requested (propertize "review_requested " 'face 'pr-review-listview-status-face)))
Expand Down
2 changes: 1 addition & 1 deletion pr-review-search.el
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
(concat (let-alist entry
(concat (propertize (downcase .state) 'face 'pr-review-listview-status-face) " "))
(when assigned
(propertize "assisnged " 'face 'pr-review-listview-status-face))
(propertize "assigned " 'face 'pr-review-listview-status-face))
(when review-requested (propertize "review_requested " 'face 'pr-review-listview-status-face))
(when commenters
(mapconcat (lambda (s) (propertize (format "%s " s) 'face 'pr-review-listview-unimportant-activity-face))
Expand Down

0 comments on commit 74c5d38

Please sign in to comment.