From 453183cad53f38fc38434ce04214972f14fb4a4f Mon Sep 17 00:00:00 2001 From: Patrick Winter Date: Tue, 2 Oct 2018 18:11:38 +0200 Subject: [PATCH] Fix typo s/comand/command --- taskwarrior.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/taskwarrior.el b/taskwarrior.el index 114e234..0cd714f 100644 --- a/taskwarrior.el +++ b/taskwarrior.el @@ -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