]> code.delx.au - gnu-emacs/blobdiff - lisp/org/ob-latex.el
Spelling fixes.
[gnu-emacs] / lisp / org / ob-latex.el
index 0db71992826f24524eb5d4049baca524426a7454..23e8d91fecd9f39a0e4d618311c3660f5cb0e42b 100644 (file)
@@ -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))