Fix typos.
[bpt/emacs.git] / lisp / emacs-lisp / tcover-unsafep.el
index cc3e633..7144138 100644 (file)
       . (risky-local-variable format-alist))
     ( (setq buffer-display-count (delete-file "x"))
       . (function delete-file))
-    ;;These are actualy safe (they signal errors)
+    ;;These are actually safe (they signal errors)
     ( (apply '(x) '(1 2 3))
       . (function (x)))
     ( (let (((x))) 1)