summaryrefslogtreecommitdiffstats
path: root/canfield
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2006-02-25 02:06:08 +0000
committerwiz <wiz@NetBSD.org>2006-02-25 02:06:08 +0000
commit857db63550893b0e91503703c781511801f46a57 (patch)
tree7753b24a4b6db6f38efa873802b6ee5ac8d7f6f8 /canfield
parentf30eeb8230a53909c82944bcde170660e2cb905f (diff)
downloadbsdgames-darwin-857db63550893b0e91503703c781511801f46a57.tar.gz
bsdgames-darwin-857db63550893b0e91503703c781511801f46a57.tar.zst
bsdgames-darwin-857db63550893b0e91503703c781511801f46a57.zip
Fix typo in the instructions.
Diffstat (limited to 'canfield')
-rw-r--r--canfield/canfield/canfield.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/canfield/canfield/canfield.c b/canfield/canfield/canfield.c
index 6212dbe3..e7fbefb9 100644
--- a/canfield/canfield/canfield.c
+++ b/canfield/canfield/canfield.c
@@ -1,4 +1,4 @@
-/* $NetBSD: canfield.c,v 1.21 2005/07/01 16:50:55 jmc Exp $ */
+/* $NetBSD: canfield.c,v 1.22 2006/02/25 02:06:08 wiz Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -39,7 +39,7 @@ __COPYRIGHT("@(#) Copyright (c) 1980, 1993\n\
#if 0
static char sccsid[] = "@(#)canfield.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: canfield.c,v 1.21 2005/07/01 16:50:55 jmc Exp $");
+__RCSID("$NetBSD: canfield.c,v 1.22 2006/02/25 02:06:08 wiz Exp $");
#endif
#endif /* not lint */
@@ -1562,7 +1562,7 @@ movecard(void)
}
const char *const basicinstructions[] = {
- "Here are brief instuctions to the game of Canfield:\n\n",
+ "Here are brief instructions to the game of Canfield:\n\n",
" If you have never played solitaire before, it is recom-\n",
"mended that you consult a solitaire instruction book. In\n",
"Canfield, tableau cards may be built on each other downward\n",