浏览代码

org-e-texinfo: Correct typo in error message

* contrib/lisp/org-e-texinfo.el (org-e-texinfo-collect-errors):
Correct typo in error message.
Thomas Dye 12 年之前
父节点
当前提交
2eaed05e70
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      contrib/lisp/org-e-texinfo.el

+ 1 - 1
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]")))