diff options
author | Glenn Morris <rgm@gnu.org> | 2009-10-01 02:47:37 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2009-10-01 02:47:37 +0000 |
commit | d8edf09f3780a74f4b9b118a1bad895fc40f9674 (patch) | |
tree | 30af144fab43b631e263423e3724d9ce5f97a3f3 /lisp/emacs-lisp/eieio-custom.el | |
parent | bd2afec2e64aa76610f58bb83fe952652f7922f3 (diff) | |
download | emacs-d8edf09f3780a74f4b9b118a1bad895fc40f9674.tar.gz emacs-d8edf09f3780a74f4b9b118a1bad895fc40f9674.tar.bz2 emacs-d8edf09f3780a74f4b9b118a1bad895fc40f9674.zip |
Fix comment typo.
Diffstat (limited to 'lisp/emacs-lisp/eieio-custom.el')
-rw-r--r-- | lisp/emacs-lisp/eieio-custom.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/emacs-lisp/eieio-custom.el b/lisp/emacs-lisp/eieio-custom.el index d0661d6f72a..c946f2dc31b 100644 --- a/lisp/emacs-lisp/eieio-custom.el +++ b/lisp/emacs-lisp/eieio-custom.el @@ -1,9 +1,9 @@ ;;; eieio-custom.el -- eieio object customization -;;; Copyright (C) 1999, 2000, 2001, 2005, 2007, 2008, 2009 -;;; Free Software Foundation, Inc. +;; Copyright (C) 1999, 2000, 2001, 2005, 2007, 2008, 2009 +;; Free Software Foundation, Inc. -;; Author: Eric M. Ludlam <zappo@gnu.org> +;; Author: Eric M. Ludlam <zappo@gnu.org> ;; Version: 0.2 ;; Keywords: OO, lisp @@ -25,7 +25,7 @@ ;;; Commentary: ;; ;; This contains support customization of eieio objects. Enabling -;; your object to be customizable requires use of the slot attirbute +;; your object to be customizable requires use of the slot attribute ;; `:custom'. (require 'eieio) |