summaryrefslogtreecommitdiff
path: root/lisp/org/ob-latex.el
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2012-01-09 22:20:22 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2012-01-09 22:20:22 -0800
commit27e428e758036e68bffe737a5d361e2b426857a7 (patch)
treed127e8bae3090e2e1c1fa0127e9f09c2703fe770 /lisp/org/ob-latex.el
parent5b43da69cbda7874f223da3063da594a7fb84218 (diff)
downloademacs-27e428e758036e68bffe737a5d361e2b426857a7.tar.gz
Spelling fixes.
Diffstat (limited to 'lisp/org/ob-latex.el')
-rw-r--r--lisp/org/ob-latex.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/ob-latex.el b/lisp/org/ob-latex.el
index 0db71992826..23e8d91fecd 100644
--- a/lisp/org/ob-latex.el
+++ b/lisp/org/ob-latex.el
@@ -132,7 +132,7 @@ This function is called by `org-babel-execute-src-block'."
(when (file-exists-p transient-pdf-file)
(delete-file transient-pdf-file))))))
((string-match "\\.\\([^\\.]+\\)$" out-file)
- (error "can not create %s files, please specify a .png or .pdf file or try the :imagemagick header arguement"
+ (error "can not create %s files, please specify a .png or .pdf file or try the :imagemagick header argument"
(match-string 1 out-file))))
nil) ;; signal that output has already been written to file
body))