diff options
author | max <max@FreeBSD.org> | 1997-01-23 09:02:49 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-01-23 09:02:49 +0000 |
commit | 534aae0b9e77cdba828cafd2299d3c91c31bbd39 (patch) | |
tree | 35289fececd36774bac3df1718775ee854889820 /games/backgammon | |
parent | 1ee71f292b7e27298b9a540f4f7dc2ae1c597a6c (diff) | |
download | FreeBSD-src-534aae0b9e77cdba828cafd2299d3c91c31bbd39.zip FreeBSD-src-534aae0b9e77cdba828cafd2299d3c91c31bbd39.tar.gz |
Fix typo in instruction message.
Diffstat (limited to 'games/backgammon')
-rw-r--r-- | games/backgammon/teachgammon/data.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/backgammon/teachgammon/data.c b/games/backgammon/teachgammon/data.c index 5527c76..b63da67 100644 --- a/games/backgammon/teachgammon/data.c +++ b/games/backgammon/teachgammon/data.c @@ -85,7 +85,7 @@ char *text4[] = { char *text5[] = { "Not a spectacular move, but a safe one. I follow by rolling 6 1.", - "I decide to use this roll to move 22-16,16-17. It leaves me with", + "I decide to use this roll to move 22-16,16-15. It leaves me with", "one man still open, but the blot is farther back on the board, and", "would suffer less of a loss by being hit.", 0 @@ -116,7 +116,7 @@ char *text8[] = { char *text9[] = { "My venture off the bar did not last long. However, I got lucky", - "and rolled double 1's, allowing me to move 0-1,1-2,15-14,15-14.", + "and rolled double 1's, allowing me to move 25-24,24-23,15-14,15-14.", 0 }; |