summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/byte-opt.el
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2018-02-17 09:16:44 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2018-02-17 09:17:28 -0800
commitf74ab96483166fdc32a047eebc98916dd5981eb4 (patch)
treeac8a10c7b33ac65ed74741c79071fcc46918b0b5 /lisp/emacs-lisp/byte-opt.el
parent42f9dc4473d91654c9641da6d0c0fcba026d6db4 (diff)
downloademacs-f74ab96483166fdc32a047eebc98916dd5981eb4.tar.gz
; Spelling and grammar fixes.
Diffstat (limited to 'lisp/emacs-lisp/byte-opt.el')
-rw-r--r--lisp/emacs-lisp/byte-opt.el2
1 files changed, 1 insertions, 1 deletions
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.