]> code.delx.au - gnu-emacs/blobdiff - lisp/org/org-clock.el
Spelling fixes.
[gnu-emacs] / lisp / org / org-clock.el
index 508be8c4e8f8e376fd4d44832f5744e4d4b3ea38..fa50f9dda9583b10f518e84e14750db503314a60 100644 (file)
@@ -424,7 +424,7 @@ to add an effort property.")
   "Hook run when stopping the current clock.")
 
 (defvar org-clock-cancel-hook nil
-  "Hook run when cancelling the current clock.")
+  "Hook run when canceling the current clock.")
 (defvar org-clock-goto-hook nil
   "Hook run when selecting the currently clocked-in entry.")
 (defvar org-clock-has-been-used nil
@@ -441,7 +441,7 @@ to add an effort property.")
 (defvar org-clock-start-time "")
 
 (defvar org-clock-leftover-time nil
-  "If non-nil, user cancelled a clock; this is when leftover time started.")
+  "If non-nil, user canceled a clock; this is when leftover time started.")
 
 (defvar org-clock-effort ""
   "Effort estimate of the currently clocking task.")