r3576: *** empty log message ***
[hyperobject.git] / mop.lisp
index f7f7ae02ed5d0c287197c21f80ae5ad15f686800..45e704aee09c17929079473bf4d0d99c7e7e2a62 100644 (file)
--- a/mop.lisp
+++ b/mop.lisp
@@ -11,7 +11,7 @@
 ;;;; in Text, HTML, and XML formats. This includes hyperlinking
 ;;;; capability and sub-objects.
 ;;;;
-;;;; $Id: mop.lisp,v 1.6 2002/12/05 19:15:02 kevin Exp $
+;;;; $Id: mop.lisp,v 1.7 2002/12/06 16:18:49 kevin Exp $
 ;;;;
 ;;;; This file is Copyright (c) 2000-2002 by Kevin M. Rosenberg
 ;;;;
@@ -47,7 +47,7 @@
             "Unique ID for the class")
    
    (create-table-cmd :initform nil :reader create-table-cmd)
-   (create-index-cmds :initform nil :reader create-index-cmds)
+   (create-indices-cmds :initform nil :reader create-index-cmds)
    (drop-table-cmd :initform nil :reader drop-table-cmd)
 
    (value-func :initform nil :type function)