Skip to content

Commit

Permalink
Fix typo in command used by osx-notifier
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell committed May 6, 2016
1 parent 6425296 commit d49717a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alert.el
Expand Up @@ -780,7 +780,7 @@ From https://github.com/alloy/terminal-notifier."
:notifier #'alert-notifier-notify)

(defun alert-osx-notifier-notify (info)
(apply #'call-process (format "osascript -e 'display notifcation %S with title %S'"
(apply #'call-process (format "osascript -e 'display notification %S with title %S'"
(alert-encode-string (plist-get info :message))
(alert-encode-string (plist-get info :title))))
(alert-message-notify info))
Expand Down

0 comments on commit d49717a

Please sign in to comment.