diff options
author | Case Duckworth | 2022-06-16 08:55:55 -0500 |
---|---|---|
committer | Case Duckworth | 2022-06-16 08:55:55 -0500 |
commit | 03ebf3ee51e92a18b1a19b313a705958dc7f976e (patch) | |
tree | 8affa6cc87849e244c0ade84b03d03624d996a08 | |
parent | First commit (diff) | |
download | qotd-03ebf3ee51e92a18b1a19b313a705958dc7f976e.tar.gz qotd-03ebf3ee51e92a18b1a19b313a705958dc7f976e.zip |
Fix typo
-rwxr-xr-x | qotd.scm | 2 |
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) |