aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emacs-lisp/testcover.el
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2011-07-14 03:09:00 +0200
committerJuanma Barranquero <[email protected]>2011-07-14 03:09:00 +0200
commit5eba16a37cacff2065186df8cb6153ccaebae298 (patch)
tree5a90f97c6006f504390314a27c12fa891acfc60f /lisp/emacs-lisp/testcover.el
parentc0a8ae956f71631400fcb52669f4f923ed4151af (diff)
Fix typos.
Diffstat (limited to 'lisp/emacs-lisp/testcover.el')
-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 2f168180cf..4c83e7e2e0 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.