aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emacs-lisp/eieio-opt.el
diff options
context:
space:
mode:
authorPaul Eggert <[email protected]>2011-11-12 23:48:23 -0800
committerPaul Eggert <[email protected]>2011-11-12 23:48:23 -0800
commitf6b1b0a848cfdaf07e5b785e72a33c1316821e2c (patch)
tree909f93b643682c1390281a25dc5b36ad359ec6cf /lisp/emacs-lisp/eieio-opt.el
parent1c889bf68c346fa521c09b9abd6fc225c5518654 (diff)
Spelling fixes.
Diffstat (limited to 'lisp/emacs-lisp/eieio-opt.el')
-rw-r--r--lisp/emacs-lisp/eieio-opt.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/eieio-opt.el b/lisp/emacs-lisp/eieio-opt.el
index 1b101cef87..8869530dc2 100644
--- a/lisp/emacs-lisp/eieio-opt.el
+++ b/lisp/emacs-lisp/eieio-opt.el
@@ -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 ")