diff options
| author | Thomas Dye <tsd@tsdye.com> | 2012-11-11 02:41:54 (GMT) |
|---|---|---|
| committer | Nicolas Goaziou <n.goaziou@gmail.com> | 2012-11-11 09:09:20 (GMT) |
| commit | 2eaed05e7032d201814ef4dca61de3faef1e767e (patch) | |
| tree | 0af90502d6ebb0d8d5fc818b9c84713d294507e7 | |
| parent | 4a7d1f7b9e8e374130da96e3088bc7313bf0be3e (diff) | |
| download | org-mode-2eaed05e7032d201814ef4dca61de3faef1e767e.zip org-mode-2eaed05e7032d201814ef4dca61de3faef1e767e.tar.gz | |
org-e-texinfo: Correct typo in error message
* contrib/lisp/org-e-texinfo.el (org-e-texinfo-collect-errors):
Correct typo in error message.
| -rw-r--r-- | contrib/lisp/org-e-texinfo.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/lisp/org-e-texinfo.el b/contrib/lisp/org-e-texinfo.el index d485616..d083862 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]"))) |
