From: Laurent Mazet Date: Tue, 26 Nov 2024 22:27:23 +0000 (+0100) Subject: correct help message X-Git-Tag: v1.1~1^2~1^2 X-Git-Url: https://secure.softndesign.org/git/?a=commitdiff_plain;h=756f3575f23bda1e86c2df94d8022f1357aabcb5;p=scrabble.git correct help message --- diff --git a/scrabble.c b/scrabble.c index 10d2dca..2a8cd6c 100644 --- a/scrabble.c +++ b/scrabble.c @@ -48,7 +48,7 @@ char *help = " Put tile\n" " Retrieve tile\n" " Move left in line\n" - " Move rift in line\n" + " Move rift in line\n" ; int usage (int ret)