]> code.delx.au - gnu-emacs/blobdiff - lisp/emacs-lisp/testcover.el
Spelling fixes.
[gnu-emacs] / lisp / emacs-lisp / testcover.el
index 8f991575eda833f969426227c228b75a61335329..a5a6f71d79e3b5c0db2c4db67b2f8917b11e0095 100644 (file)
@@ -220,7 +220,7 @@ non-nil, byte-compiles each function after instrumenting."
 (defun testcover-reinstrument (form)
   "Reinstruments FORM to use testcover instead of edebug.  This
 function modifies the list that FORM points to.  Result is nil if
-FORM should return multiple vlues, t if should always return same
+FORM should return multiple values, t if should always return same
 value, 'maybe if either is acceptable."
   (let ((fun (car-safe form))
        id val)