Fix typos.
[bpt/emacs.git] / lisp / xml.el
index 68aa5f4..478872d 100644 (file)
@@ -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 "&" or
   ;; "&" won't DTRT.