From e33e0225d9834eee1f4deb6d57d60f211459e13e Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Wed, 19 Nov 2008 12:19:55 +0100 Subject: [PATCH] Fix typo. --- lisp/org-attach.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-attach.el b/lisp/org-attach.el index 71fead317..3ddf70c6a 100644 --- a/lisp/org-attach.el +++ b/lisp/org-attach.el @@ -155,7 +155,7 @@ If the directory does not exist and CREATE-IF-NOT-EXISTS-P is non-nil, the directory and the corresponding ID will be created." (when (and (not (buffer-file-name (buffer-base-buffer))) (not (file-name-absolute-p org-attach-directory))) - (error "Need absolute `org-attach-directory' to attach in bufers without filename.")) + (error "Need absolute `org-attach-directory' to attach in buffers without filename.")) (let ((uuid (org-id-get (point) create-if-not-exists-p))) (when (or uuid create-if-not-exists-p) (unless uuid -- 2.11.4.GIT