From 7cd1f56c2a9ec254624afe462270efff4da2a6f4 Mon Sep 17 00:00:00 2001 From: Bernt Hansen Date: Wed, 11 Nov 2009 10:23:48 -0500 Subject: [PATCH] Typo --- lisp/org-agenda.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index cbd460f2f..8be46bcdc 100644 --- a/lisp/org-agenda.el +++ b/lisp/org-agenda.el @@ -6665,7 +6665,7 @@ The cursor may be at a date in the calendar, or in the Org agenda." (org-agenda-add-entry-to-org-agenda-diary-file 'day text d1)) ((equal char ?a) (setq d1 (list (car d1) (nth 1 d1) - (read-number (format "Referece year [%d]: " (nth 2 d1)) + (read-number (format "Reference year [%d]: " (nth 2 d1)) (nth 2 d1)))) (setq text (read-string "Anniversary (use %d to show years): ")) (org-agenda-add-entry-to-org-agenda-diary-file 'anniversary text d1))