Fixed small typo that didn't manifest itself.
This commit is contained in:
@ -25,7 +25,7 @@
|
|||||||
"List of states that a connection can be in.")
|
"List of states that a connection can be in.")
|
||||||
|
|
||||||
(defclass connection ()
|
(defclass connection ()
|
||||||
((state :initarg :stage :initform :fresh :accessor connection-state)))
|
((state :initarg :state :initform :fresh :accessor connection-state)))
|
||||||
|
|
||||||
(defgeneric connection-stream (connection))
|
(defgeneric connection-stream (connection))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user