>From f615b7727b5e95df68f84ad22ff86f2e9722bef2 Mon Sep 17 00:00:00 2001 From: Thomas Dye Date: Sat, 10 Nov 2012 16:41:54 -1000 Subject: [PATCH] * contrib/lisp/org-e-texinfo.el: 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 6eb536e..6e5730d 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]"))) -- 1.8.0