From f74ab96483166fdc32a047eebc98916dd5981eb4 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 17 Feb 2018 09:16:44 -0800 Subject: ; Spelling and grammar fixes. --- lisp/emacs-lisp/byte-opt.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/emacs-lisp/byte-opt.el') diff --git a/lisp/emacs-lisp/byte-opt.el b/lisp/emacs-lisp/byte-opt.el index 62e6dd2084b..c90509d131b 100644 --- a/lisp/emacs-lisp/byte-opt.el +++ b/lisp/emacs-lisp/byte-opt.el @@ -1399,7 +1399,7 @@ (setq offset (- offset #x80))) ((eq bytedecomp-op 'byte-switch) (cl-assert (hash-table-p last-constant) nil - "byte-switch used without preceeding hash table") + "byte-switch used without preceding hash table") ;; We cannot use the original hash table referenced in the op, ;; so we create a copy of it, and replace the addresses with ;; TAGs. -- cgit v1.2.3