diff lisp/nxml/nxml-ns.el @ 96376:c3309dba6542

American English spelling fix.
author Glenn Morris <rgm@gnu.org>
date Fri, 27 Jun 2008 07:34:53 +0000
parents d495d4d5452f
children e374c747704b
line wrap: on
line diff
--- a/lisp/nxml/nxml-ns.el	Fri Jun 27 07:30:14 2008 +0000
+++ b/lisp/nxml/nxml-ns.el	Fri Jun 27 07:34:53 2008 +0000
@@ -71,7 +71,7 @@
   (setq nxml-ns-state (cons (car nxml-ns-state) nxml-ns-state)))
 
 (defun nxml-ns-pop-state ()
-  "Change the state by ending an element.  The behaviour is undefined
+  "Change the state by ending an element.  The behavior is undefined
 if there is no open element."
   (setq nxml-ns-state (cdr nxml-ns-state)))