summaryrefslogtreecommitdiffstats
path: root/mille
diff options
context:
space:
mode:
authormsaitoh <msaitoh@NetBSD.org>2019-12-27 09:17:59 +0000
committermsaitoh <msaitoh@NetBSD.org>2019-12-27 09:17:59 +0000
commit0889d1a3707a23c5c00c085923944d126938fafd (patch)
tree0302eebcf91bdbea09d25ce023937f3a3dd4ba5d /mille
parentf233b30a4f9e9450aaa6d36e0303f29f1eab7cdc (diff)
downloadbsdgames-darwin-0889d1a3707a23c5c00c085923944d126938fafd.tar.gz
bsdgames-darwin-0889d1a3707a23c5c00c085923944d126938fafd.tar.zst
bsdgames-darwin-0889d1a3707a23c5c00c085923944d126938fafd.zip
s/saftey/safety/
Diffstat (limited to 'mille')
-rw-r--r--mille/mille.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mille/mille.h b/mille/mille.h
index 0121b0d6..88e82b12 100644
--- a/mille/mille.h
+++ b/mille/mille.h
@@ -1,4 +1,4 @@
-/* $NetBSD: mille.h,v 1.19 2011/08/26 06:18:17 dholland Exp $ */
+/* $NetBSD: mille.h,v 1.20 2019/12/27 09:17:59 msaitoh Exp $ */
/*
* Copyright (c) 1982, 1993
@@ -56,7 +56,7 @@
#define HAND_SZ 7 /* number of cards in a hand */
#define DECK_SZ 101 /* number of cards in decks */
-#define NUM_SAFE 4 /* number of saftey cards */
+#define NUM_SAFE 4 /* number of safety cards */
#define NUM_MILES 5 /* number of milestones types */
#define NUM_CARDS 20 /* number of types of cards */
#define BOARD_Y 17 /* size of board screen */