Fix typo s/comand/command
This commit is contained in:
parent
9f50620214
commit
453183cad5
1 changed files with 2 additions and 2 deletions
|
@ -51,11 +51,11 @@
|
|||
(let ((filter (taskwarrior-id-at-point))
|
||||
(command "modify")
|
||||
(modifications (concat "project:" project)))
|
||||
(taskwarrior--shell-comand command filter modifications)))
|
||||
(taskwarrior--shell-command command filter modifications)))
|
||||
|
||||
(defun taskwarrior-add (description)
|
||||
(interactive "sDescription: ")
|
||||
(taskwarrior--shell-comand "add" "" description))
|
||||
(taskwarrior--shell-command "add" "" description))
|
||||
|
||||
;; Setup a major mode for taskwarrior
|
||||
;;;###autoload
|
||||
|
|
Loading…
Reference in a new issue