@@ -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
@@ -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