summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorTodd T. Fries <todd@cvs.openbsd.org>2002-06-14 21:35:02 +0000
committerTodd T. Fries <todd@cvs.openbsd.org>2002-06-14 21:35:02 +0000
commit592b4684a393f187ed17f2dbde89e7e974b93bec (patch)
tree27021a1a3a7da6ee5ba8051ad9cddf8203ff8263 /games
parent44ce7129fce40e129e05c87cdc90ad808c587ea4 (diff)
spelling; from Brian Poole <raj@cerias.purdue.edu>
Diffstat (limited to 'games')
-rw-r--r--games/fortune/datfiles/limerick2
-rw-r--r--games/hack/hack.c6
2 files changed, 4 insertions, 4 deletions
diff --git a/games/fortune/datfiles/limerick b/games/fortune/datfiles/limerick
index 0e8d1b7e1eb..720594ef59c 100644
--- a/games/fortune/datfiles/limerick
+++ b/games/fortune/datfiles/limerick
@@ -3836,7 +3836,7 @@ As her bridegroom got into the bed,
You can get up my bottom instead."
%
There was a young lady whose cunt
-Could accomodate a small punt.
+Could accommodate a small punt.
Her mother said, "Annie,
It matches your fanny,
Which never was that of a runt."
diff --git a/games/hack/hack.c b/games/hack/hack.c
index 20acfc899b6..fe36d7b88a0 100644
--- a/games/hack/hack.c
+++ b/games/hack/hack.c
@@ -1,11 +1,11 @@
-/* $OpenBSD: hack.c,v 1.4 2001/08/06 22:59:13 pjanzen Exp $ */
+/* $OpenBSD: hack.c,v 1.5 2002/06/14 21:34:58 todd Exp $ */
/*
* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985.
*/
#ifndef lint
-static char rcsid[] = "$OpenBSD: hack.c,v 1.4 2001/08/06 22:59:13 pjanzen Exp $";
+static char rcsid[] = "$OpenBSD: hack.c,v 1.5 2002/06/14 21:34:58 todd Exp $";
#endif /* not lint */
#include "hack.h"
@@ -447,7 +447,7 @@ pickup(all)
}
lift_some:
if(inv_cnt() >= 52) {
- pline("Your knapsack cannot accomodate anymore items.");
+ pline("Your knapsack cannot accommodate anymore items.");
break;
}
if(wt > -5) pline("You have a little trouble lifting");