summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2011-07-14 03:09:00 +0200
committerJuanma Barranquero <lekktu@gmail.com>2011-07-14 03:09:00 +0200
commit5eba16a37cacff2065186df8cb6153ccaebae298 (patch)
tree5a90f97c6006f504390314a27c12fa891acfc60f /lisp/emacs-lisp
parentc0a8ae956f71631400fcb52669f4f923ed4151af (diff)
downloademacs-5eba16a37cacff2065186df8cb6153ccaebae298.tar.gz
emacs-5eba16a37cacff2065186df8cb6153ccaebae298.tar.bz2
emacs-5eba16a37cacff2065186df8cb6153ccaebae298.zip
Fix typos.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/testcover.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/testcover.el b/lisp/emacs-lisp/testcover.el
index 2f168180cf6..4c83e7e2e0d 100644
--- a/lisp/emacs-lisp/testcover.el
+++ b/lisp/emacs-lisp/testcover.el
@@ -28,7 +28,7 @@
;; * Use `testcover-mark-all' to add overlay "splotches" to the Lisp file's
;; buffer to show where coverage is lacking. Normally, a red splotch
;; indicates the form was never evaluated; a brown splotch means it always
-;; evaluted to the same value.
+;; evaluated to the same value.
;; * Use `testcover-next-mark' (bind it to a key!) to jump to the next spot
;; that has a splotch.