Fix typo in comment
authorNeil Jerram <neil@ossau.uklinux.net>
Sun, 24 Apr 2005 12:29:14 +0000 (12:29 +0000)
committerNeil Jerram <neil@ossau.uklinux.net>
Sun, 24 Apr 2005 12:29:14 +0000 (12:29 +0000)
oop/goops.scm

index b62959a..faf719b 100644 (file)
 
 (define (change-object-class old-instance old-class new-class)
   (let ((new-instance (allocate-instance new-class '())))
-    ;; Initalize the slot of the new instance
+    ;; Initialize the slots of the new instance
     (for-each (lambda (slot)
                (if (and (slot-exists-using-class? old-class old-instance slot)
                         (eq? (slot-definition-allocation