From cdb9250ea2b6b99f51d00a74da2d85f85e2d6341 Mon Sep 17 00:00:00 2001 From: "Pierre R. Mai" Date: Mon, 9 Oct 2000 22:09:25 +0000 Subject: [PATCH] Fixed small typo that didn't manifest itself. --- src/main/connection.cl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/connection.cl b/src/main/connection.cl index c8ba17f..5811cdf 100644 --- a/src/main/connection.cl +++ b/src/main/connection.cl @@ -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))