Skip to content

Commit

Permalink
Fix typo in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Jan 6, 2024
1 parent d897473 commit 3b08c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/forge-notify.el
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ signal an error."
(or (magit-section-value-if 'notification)
(and-let* ((topic (forge-topic-at-point)))
(forge-get-notification topic))
(and demand (user-error "No notication at point"))))
(and demand (user-error "No notification at point"))))

;;;; List

Expand Down

0 comments on commit 3b08c91

Please sign in to comment.