summaryrefslogtreecommitdiff
path: root/contrib/lisp/ob-eukleides.el
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/lisp/ob-eukleides.el')
-rw-r--r--contrib/lisp/ob-eukleides.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/lisp/ob-eukleides.el b/contrib/lisp/ob-eukleides.el
index c8ce881..cb5bb84 100644
--- a/contrib/lisp/ob-eukleides.el
+++ b/contrib/lisp/ob-eukleides.el
@@ -81,7 +81,7 @@ This function is called by `org-babel-execute-src-block'."
(shell-command (format org-eukleides-eps-to-raster
(concat (file-name-sans-extension out-file) ".eps")
(concat (file-name-sans-extension out-file) ".png")))
- (error "Conversion to PNG not supported. use a file with an EPS name")))
+ (error "Conversion to PNG not supported. Use a file with an EPS name")))
(with-temp-file in-file (insert body))
(message "%s" cmd) (org-babel-eval cmd "")