From 2eaed05e7032d201814ef4dca61de3faef1e767e Mon Sep 17 00:00:00 2001 From: Thomas Dye Date: Sat, 10 Nov 2012 16:41:54 -1000 Subject: [PATCH] org-e-texinfo: Correct typo in error message * contrib/lisp/org-e-texinfo.el (org-e-texinfo-collect-errors): Correct typo in error message. --- contrib/lisp/org-e-texinfo.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/lisp/org-e-texinfo.el b/contrib/lisp/org-e-texinfo.el index d48561624..d083862fd 100644 --- a/contrib/lisp/org-e-texinfo.el +++ b/contrib/lisp/org-e-texinfo.el @@ -1749,7 +1749,7 @@ none." (errors "")) (when (save-excursion (re-search-forward "perhaps incorrect sectioning?" nil t)) - (setq errors (concat errors " [incorrect sectionnng]"))) + (setq errors (concat errors " [incorrect sectioning]"))) (when (save-excursion (re-search-forward "missing close brace" nil t)) (setq errors (concat errors " [syntax error]")))