diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-12-29 18:52:49 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-12-29 18:52:49 -0800 |
commit | 9858f6c326dfad35733b0dc86231bdd97f2b7703 (patch) | |
tree | 74e717ced1fa94d505e3ace360f3c9280bd9b2fa /lisp/nxml | |
parent | 2cae5ba432fc30042950c073b7ec7807bb98bcde (diff) | |
download | emacs-9858f6c326dfad35733b0dc86231bdd97f2b7703.tar.gz |
Spelling fixes.
Diffstat (limited to 'lisp/nxml')
-rw-r--r-- | lisp/nxml/rng-valid.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/nxml/rng-valid.el b/lisp/nxml/rng-valid.el index 1f69f5d7bf3..c0bad849735 100644 --- a/lisp/nxml/rng-valid.el +++ b/lisp/nxml/rng-valid.el @@ -570,7 +570,7 @@ Return t if there is work to do, nil otherwise." (rng-clear-cached-state remove-start (1- pos))) ;; sync up with cached validation state (setq continue nil) - ;; do this before settting rng-validate-up-to-date-end + ;; do this before setting rng-validate-up-to-date-end ;; in case we get a quit (rng-mark-xmltok-errors) (rng-mark-xmltok-dependent-regions) |