summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernt Hansen <bernt@norang.ca>2008-12-16 09:28:13 -0500
committerBernt Hansen <bernt@norang.ca>2008-12-16 11:55:50 -0500
commite0403e49eec371bd9817844ca8ece6760632de36 (patch)
treea6cd106e93d4bfc4d7870e11a5ed775afa78fb9b
parentaa13344b391c2776f54f32324743e5f0a13801c5 (diff)
downloadorg-mode-e0403e49eec371bd9817844ca8ece6760632de36.tar.gz
Fix typo in org-attach.el
-rw-r--r--lisp/org-attach.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-attach.el b/lisp/org-attach.el
index 2c51851..f840f10 100644
--- a/lisp/org-attach.el
+++ b/lisp/org-attach.el
@@ -53,7 +53,7 @@
If this is a relative path, it will be interpreted relative to the directory
where the Org file lives."
:group 'org-attach
- :type 'direcory)
+ :type 'directory)
(defcustom org-attach-auto-tag "ATTACH"
"Tag that will be triggered automatically when an entry has an attachment."