Fix typos in docstrings, comments and ChangeLogs.
[bpt/emacs.git] / lisp / emacs-lisp / byte-opt.el
index 4950511..7605f45 100644 (file)
               (eq 'lambda (car-safe fn)))
           (let ((newform (byte-compile-unfold-lambda form)))
             (if (eq newform form)
-                ;; Some error occured, avoid infinite recursion
+                ;; Some error occurred, avoid infinite recursion
                 form
               (byte-optimize-form-code-walker newform for-effect))))
          ((memq fn '(let let*))