瀏覽代碼

Fix typo in function call in org-publish.

Patch by Bernt Hansen.
Carsten Dominik 17 年之前
父節點
當前提交
1f7cf667c9
共有 1 個文件被更改,包括 1 次插入1 次删除
  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)