Переглянути джерело

Fixed a typo in an error message

John Wiegley 15 роки тому
батько
коміт
4e184a530e
2 змінених файлів з 5 додано та 1 видалено
  1. 4 0
      lisp/ChangeLog
  2. 1 1
      lisp/org-agenda.el

+ 4 - 0
lisp/ChangeLog

@@ -1,3 +1,7 @@
+2009-10-18  John Wiegley  <johnw@newartisans.com>
+
+	* org-agenda.el (org-agenda-do-action): Fixed a typo.
+
 2009-10-18  Carsten Dominik  <carsten.dominik@gmail.com>
 
 	* org-mobile.el (org-mobile-locate-entry): Interpret files

+ 1 - 1
lisp/org-agenda.el

@@ -6466,7 +6466,7 @@ The cursor may be at a date in the calendar, or in the Org agenda."
     (if current-buffer
 	(eval form)
       (if (not (marker-buffer org-agenda-action-marker))
-	  (error "No entry has bee selected for agenda action")
+	  (error "No entry has been selected for agenda action")
 	(with-current-buffer (marker-buffer org-agenda-action-marker)
 	  (save-excursion
 	    (save-restriction