diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2011-12-06 02:30:54 +0100 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2011-12-06 02:30:54 +0100 |
commit | a98edce9ec1f519ad23ba7dc32ce54f15841eaa5 (patch) | |
tree | c7b4b7c3c38ef97d90e8fd9e031763c7bbbe3079 /lisp/org/org-publish.el | |
parent | e65adfac3bc8c7dcc78464707c66d6aea958f684 (diff) | |
download | emacs-a98edce9ec1f519ad23ba7dc32ce54f15841eaa5.tar.gz |
Fix typos.
Diffstat (limited to 'lisp/org/org-publish.el')
-rw-r--r-- | lisp/org/org-publish.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/org-publish.el b/lisp/org/org-publish.el index 61edef50738..7a0d7b56e22 100644 --- a/lisp/org/org-publish.el +++ b/lisp/org/org-publish.el @@ -715,7 +715,7 @@ If :auto-sitemap is set, publish the sitemap too. If :makeindex is set, also produce a file theindex.org." (mapc (lambda (project) - ;; Each project uses it's own cache file: + ;; Each project uses its own cache file: (org-publish-initialize-cache (car project)) (let* ((project-plist (cdr project)) |