Browse Source

Fix typos

Carsten Dominik 16 years ago
parent
commit
e16c5b7b64
2 changed files with 2 additions and 2 deletions
  1. 1 1
      lisp/org-clock.el
  2. 1 1
      lisp/org-remember.el

+ 1 - 1
lisp/org-clock.el

@@ -582,7 +582,7 @@ the clocking selection, associated with the letter `d'."
 	    (setq org-clock-mode-line-timer
 		  (run-with-timer 60 60 'org-clock-update-mode-line))
 	    (message "Clock starts at %s - %s" ts msg-extra)
-	    (run-hooks 'org-click-in-hook)))))))
+	    (run-hooks 'org-clock-in-hook)))))))
 
 (defun org-clock-mark-default-task ()
   "Mark current task as default task."

+ 1 - 1
lisp/org-remember.el

@@ -349,7 +349,7 @@ RET at beg-of-buf -> Append to file as level 2 headline
 			   (setq char0 (read-char-exclusive))
 			   (when (and (not (assoc char0 templates))
 				      (not (equal char0 ?\C-g)))
-			     (message "No suche template \"%c\"" char0)
+			     (message "No such template \"%c\"" char0)
 			     (ding) (sit-for 1)
 			     (setq char0 nil)))
 			 (when (equal char0 ?\C-g)