소스 검색

Fix typo.

Carsten Dominik 17 년 전
부모
커밋
c258c33780
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lisp/org-publish.el

+ 1 - 1
lisp/org-publish.el

@@ -564,7 +564,7 @@ See `org-publish-org-to' to the list of arguments."
 		     (file-truename (plist-get project-plist :publishing-directory))))
 		     (file-truename (plist-get project-plist :publishing-directory))))
 	   tmp-pub-dir)
 	   tmp-pub-dir)
       (setq tmp-pub-dir
       (setq tmp-pub-dir
-	    (file-name-dirqctory
+	    (file-name-directory
 	     (concat pub-dir
 	     (concat pub-dir
 		     (and (string-match (regexp-quote base-dir) ftname)
 		     (and (string-match (regexp-quote base-dir) ftname)
 			  (substring ftname (match-end 0))))))
 			  (substring ftname (match-end 0))))))