diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2012-01-09 22:20:22 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2012-01-09 22:20:22 -0800 |
commit | 27e428e758036e68bffe737a5d361e2b426857a7 (patch) | |
tree | d127e8bae3090e2e1c1fa0127e9f09c2703fe770 /lisp/org/ob-latex.el | |
parent | 5b43da69cbda7874f223da3063da594a7fb84218 (diff) | |
download | emacs-27e428e758036e68bffe737a5d361e2b426857a7.tar.gz |
Spelling fixes.
Diffstat (limited to 'lisp/org/ob-latex.el')
-rw-r--r-- | lisp/org/ob-latex.el | 2 |
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)) |