summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2022-06-16 08:55:55 -0500
committerCase Duckworth2022-06-16 08:55:55 -0500
commit03ebf3ee51e92a18b1a19b313a705958dc7f976e (patch)
tree8affa6cc87849e244c0ade84b03d03624d996a08
parentFirst commit (diff)
downloadqotd-03ebf3ee51e92a18b1a19b313a705958dc7f976e.tar.gz
qotd-03ebf3ee51e92a18b1a19b313a705958dc7f976e.zip
Fix typo
-rwxr-xr-xqotd.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/qotd.scm b/qotd.scm index 33f8abb..92ea1a8 100755 --- a/qotd.scm +++ b/qotd.scm
@@ -26,7 +26,7 @@ An implementation of the QOTD protocol (RFC 865)
26 (display "Usage: qotd [-host HOST] [-port PORT] [-backlog LINES] [-file FILE]\n") 26 (display "Usage: qotd [-host HOST] [-port PORT] [-backlog LINES] [-file FILE]\n")
27 (display "Default -host: localhost\n") 27 (display "Default -host: localhost\n")
28 (display "Default -port: 17\n") 28 (display "Default -port: 17\n")
29 (display "Default -backlong: 100\n") 29 (display "Default -backlog: 100\n")
30 (display "Default -file: /tmp/qotd\n")))) 30 (display "Default -file: /tmp/qotd\n"))))
31 31
32(define (handle quote listener) 32(define (handle quote listener)