summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2014-01-06 11:02:18 +0100
committerBastien Guerry <bzg@altern.org>2014-01-06 11:02:18 +0100
commit2755f8d95454baddee873d5c7cf53923be6ad663 (patch)
tree6514cd323f92cf2a91489a9beed84ec8c3c7f94a
parent95900677934b28683d7b7bbf0a9a3fe6fb5e1339 (diff)
downloadorg-mode-2755f8d95454baddee873d5c7cf53923be6ad663.tar.gz
Backport spelling fixes from Emacs r115885
* org-clock.el (org-clock-cancel-hook) (org-clock-leftover-time): Fix typo in docstring.
-rw-r--r--lisp/org-clock.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/org-clock.el b/lisp/org-clock.el
index 3238c8c..36dbb66 100644
--- a/lisp/org-clock.el
+++ b/lisp/org-clock.el
@@ -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.")