Spelling fixes.

This commit is contained in:
Paul Eggert 2011-11-12 23:48:23 -08:00
parent 1c889bf68c
commit f6b1b0a848
30 changed files with 39 additions and 40 deletions

View file

@ -92,7 +92,7 @@ Optional HEADERFCN should be called to insert a few bits of info first."
(princ "Class ")
(prin1 class)
(terpri)
;; Inheritence tree information
;; Inheritance tree information
(let ((pl (class-parents class)))
(when pl
(princ " Inherits from ")

View file

@ -1,5 +1,5 @@
;;; eieio.el --- Enhanced Implementation of Emacs Interpreted Objects
;;; or maybe Eric's Implementation of Emacs Intrepreted Objects
;;; or maybe Eric's Implementation of Emacs Interpreted Objects
;; Copyright (C) 1995-1996, 1998-2011 Free Software Foundation, Inc.