Skip to content

Commit

Permalink
Merge pull request nyyManni#12 from jbarrioshiya/typo-fix
Browse files Browse the repository at this point in the history
Fix small typo.
  • Loading branch information
nyyManni authored Oct 15, 2019
2 parents 69259a9 + 8ad78ef commit 64f839a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ejira.el
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ comments. With SHALLOW, only update todo status and assignee."
With prefix argument SHALLOW, update only the todo state and assignee."
(interactive "P")
(mapc (-rpartial #'ejira-update-project shallow) ejira-projects)
(message "ejira: operation finihed"))
(message "ejira: operation finished"))

;;;###autoload
(defun ejira-set-deadline (arg &optional time)
Expand Down

0 comments on commit 64f839a

Please sign in to comment.