diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2011-07-14 03:09:00 +0200 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2011-07-14 03:09:00 +0200 |
commit | 5eba16a37cacff2065186df8cb6153ccaebae298 (patch) | |
tree | 5a90f97c6006f504390314a27c12fa891acfc60f /lisp/emacs-lisp | |
parent | c0a8ae956f71631400fcb52669f4f923ed4151af (diff) | |
download | emacs-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.el | 2 |
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. |