From 03ebf3ee51e92a18b1a19b313a705958dc7f976e Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 16 Jun 2022 08:55:55 -0500 Subject: Fix typo --- qotd.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) (display "Usage: qotd [-host HOST] [-port PORT] [-backlog LINES] [-file FILE]\n") (display "Default -host: localhost\n") (display "Default -port: 17\n") - (display "Default -backlong: 100\n") + (display "Default -backlog: 100\n") (display "Default -file: /tmp/qotd\n")))) (define (handle quote listener) -- cgit 1.4.1-21-gabe81