浏览代码

Fix typos in org-clock.el comments

Bernt Hansen 16 年之前
父节点
当前提交
757f6beed0
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      lisp/org-clock.el

+ 2 - 2
lisp/org-clock.el

@@ -280,7 +280,7 @@ the clocking selection, associated with the letter `d'."
 	    (setq selected-task (copy-marker selected-task))
 	  (error "Abort")))
       (when interrupting
-	;; We are interrupting the clocking of a differnt task.
+	;; We are interrupting the clocking of a different task.
 	;; Save a marker to this task, so that we can go back.
 	(move-marker org-clock-interrupted-task
 		     (marker-position org-clock-marker)
@@ -541,7 +541,7 @@ Puts the resulting times in minutes as a text property on each headline."
 		dt (- te ts)
 		t1 (if (> dt 0) (+ t1 (floor (/ dt 60))) t1)))
 	 ((match-end 4)
-	  ;; A naket time
+	  ;; A naked time
 	  (setq t1 (+ t1 (string-to-number (match-string 5))
 		      (* 60 (string-to-number (match-string 4))))))
 	 (t ;; A headline