Browse Source

Fix typo in function call in org-publish.

Patch by Bernt Hansen.
Carsten Dominik 17 years ago
parent
commit
1f7cf667c9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/org-publish.el

+ 1 - 1
lisp/org-publish.el

@@ -297,7 +297,7 @@ If functions in this hook modify the buffer, it will be saved."
 
 (defun org-publish-timestamp-filename (filename)
   "Return path to timestamp file for filename FILENAME."
-  (concat (file-name-as-direcory org-publish-timestamp-directory)
+  (concat (file-name-as-directory org-publish-timestamp-directory)
          "X" (if (fboundp 'sha1) (sha1 filename) (md5 filename))))
 
 (defun org-publish-needed-p (filename)