summaryrefslogtreecommitdiff
path: root/lisp/xml.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2011-11-20 04:48:53 +0100
committerJuanma Barranquero <lekktu@gmail.com>2011-11-20 04:48:53 +0100
commitcd1181dbece7f23a801ce9c56b985f9466cd6511 (patch)
tree59d07d411c4de52f8e100fc1d71dbadd9095d1b2 /lisp/xml.el
parent17e845af732cf7bd0ada49375f014e10deb3d06a (diff)
downloademacs-cd1181dbece7f23a801ce9c56b985f9466cd6511.tar.gz
Fix typos.
Diffstat (limited to 'lisp/xml.el')
-rw-r--r--lisp/xml.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/xml.el b/lisp/xml.el
index 68aa5f4db6f..478872dd92e 100644
--- a/lisp/xml.el
+++ b/lisp/xml.el
@@ -756,7 +756,7 @@ This follows the rule [28] in the XML specifications."
;;*******************************************************************
(defun xml-substitute-special (string)
- "Return STRING, after subsituting entity references."
+ "Return STRING, after substituting entity references."
;; This originally made repeated passes through the string from the
;; beginning, which isn't correct, since then either "&amp;amp;" or
;; "&#38;amp;" won't DTRT.