Fixed small typo that didn't manifest itself.

This commit is contained in:
2000-10-09 22:09:25 +00:00
parent 0408a74b18
commit cdb9250ea2

View File

@ -25,7 +25,7 @@
"List of states that a connection can be in.")
(defclass connection ()
((state :initarg :stage :initform :fresh :accessor connection-state)))
((state :initarg :state :initform :fresh :accessor connection-state)))
(defgeneric connection-stream (connection))