Fix insignificant typo.
This commit is contained in:
parent
7e45f51298
commit
9b59e5bbe6
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue