Fix insignificant typo.

This commit is contained in:
sperber 2003-01-21 14:57:12 +00:00
parent 7e45f51298
commit 9b59e5bbe6
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@
(define-record-type pop3-connection :pop3-connection
(make-pop3-connection host-name command-socket log-port login password challenge state)
pop3-connection
pop3-connection?
(host-name pop3-connection-host-name)
(command-socket pop3-connection-command-socket)
(log-port pop3-connection-log-port)