From 24dff8f0675cc2229428a61b9c8fbd4d01ef3631 Mon Sep 17 00:00:00 2001 From: Feng Shu Date: Tue, 1 May 2012 18:48:50 +0800 Subject: [PATCH] spelling fixes * org.el (org-create-formula-image-with-imagemagick): Fix typo. --- lisp/org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org.el b/lisp/org.el index f54026c2e..c3f37f92a 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -17037,7 +17037,7 @@ Some of the options can be changed using the variable ((eq processing-type 'imagemagick) (unless executables-checked (org-check-external-command - "converte" "you need to install imagemagick") + "convert" "you need to install imagemagick") (setq executables-checked t)) (unless (file-exists-p movefile) (org-create-formula-image-with-imagemagick -- 2.11.4.GIT