Fix typo s/comand/command

This commit is contained in:
Patrick Winter 2018-10-02 18:11:38 +02:00
parent 9f50620214
commit 453183cad5

View file

@ -51,11 +51,11 @@
(let ((filter (taskwarrior-id-at-point)) (let ((filter (taskwarrior-id-at-point))
(command "modify") (command "modify")
(modifications (concat "project:" project))) (modifications (concat "project:" project)))
(taskwarrior--shell-comand command filter modifications))) (taskwarrior--shell-command command filter modifications)))
(defun taskwarrior-add (description) (defun taskwarrior-add (description)
(interactive "sDescription: ") (interactive "sDescription: ")
(taskwarrior--shell-comand "add" "" description)) (taskwarrior--shell-command "add" "" description))
;; Setup a major mode for taskwarrior ;; Setup a major mode for taskwarrior
;;;###autoload ;;;###autoload