diff options
| author | andvar <andvar@NetBSD.org> | 2023-06-01 20:15:16 +0000 |
|---|---|---|
| committer | andvar <andvar@NetBSD.org> | 2023-06-01 20:15:16 +0000 |
| commit | 7d1223f4b54e7be2fb50112f54531b032149a482 (patch) | |
| tree | 111a71773c2bd320c9ffc48cc0aa1e9307732dfb /games | |
| parent | 3f075c13e2c8ce648d8857dc10ba1661b2e3c181 (diff) | |
fix various typos in comments.
Diffstat (limited to 'games')
| -rw-r--r-- | games/cribbage/crib.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/cribbage/crib.c b/games/cribbage/crib.c index c3eaa35fce5..8ed791933aa 100644 --- a/games/cribbage/crib.c +++ b/games/cribbage/crib.c @@ -1,4 +1,4 @@ -/* $NetBSD: crib.c,v 1.26 2023/01/06 17:13:46 christos Exp $ */ +/* $NetBSD: crib.c,v 1.27 2023/06/01 20:15:16 andvar Exp $ */ /*- * Copyright (c) 1980, 1993 @@ -39,7 +39,7 @@ __COPYRIGHT("@(#) Copyright (c) 1980, 1993\ #if 0 static char sccsid[] = "@(#)crib.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: crib.c,v 1.26 2023/01/06 17:13:46 christos Exp $"); +__RCSID("$NetBSD: crib.c,v 1.27 2023/06/01 20:15:16 andvar Exp $"); #endif #endif /* not lint */ @@ -493,7 +493,7 @@ peg(BOOLEAN mycrib) prhand(ph, pnum, Playwin, FALSE); prhand(ch, cnum, Compwin, TRUE); prtable(sum); - if (myturn) { /* my tyrn to play */ + if (myturn) { /* my turn to play */ if (!anymove(ch, cnum, sum)) { /* if no card to play */ if (!mego && cnum) { /* go for comp? */ msg("GO"); |
