aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emacs-lisp/tcover-unsafep.el
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2011-11-16 13:34:47 +0100
committerJuanma Barranquero <[email protected]>2011-11-16 13:34:47 +0100
commit58179ccebd1c2fd18fa422a7bb4d2cf78994e3c9 (patch)
treeb5c96cf9f1cc1c0c78ed998040e40ab126da95bb /lisp/emacs-lisp/tcover-unsafep.el
parent110490118ed91082753d0f9e15d1774b6002caa2 (diff)
Fix typos.
Diffstat (limited to 'lisp/emacs-lisp/tcover-unsafep.el')
-rw-r--r--lisp/emacs-lisp/tcover-unsafep.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/tcover-unsafep.el b/lisp/emacs-lisp/tcover-unsafep.el
index cc3e633f09..7144138445 100644
--- a/lisp/emacs-lisp/tcover-unsafep.el
+++ b/lisp/emacs-lisp/tcover-unsafep.el
@@ -100,7 +100,7 @@
. (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)