diff options
author | David Krause <david@cvs.openbsd.org> | 2003-03-11 04:47:40 +0000 |
---|---|---|
committer | David Krause <david@cvs.openbsd.org> | 2003-03-11 04:47:40 +0000 |
commit | 5d3465affda196389dd1a70c7e52b4ad0afe5f9d (patch) | |
tree | 8c5c804a7f3cd45627a33dee2f3c00feb68dcbe3 /games/wump/wump.c | |
parent | 17f2e52b4728d792442a42f930b313d206397976 (diff) |
double words and spelling fixes
ok pjanzen@
Diffstat (limited to 'games/wump/wump.c')
-rw-r--r-- | games/wump/wump.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/wump/wump.c b/games/wump/wump.c index a010068291d..41cefb23bfc 100644 --- a/games/wump/wump.c +++ b/games/wump/wump.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wump.c,v 1.20 2002/12/06 21:48:52 millert Exp $ */ +/* $OpenBSD: wump.c,v 1.21 2003/03/11 04:47:39 david Exp $ */ /* * Copyright (c) 1989, 1993 @@ -47,7 +47,7 @@ static const char copyright[] = #if 0 static char sccsid[] = "@(#)wump.c 8.1 (Berkeley) 5/31/93"; #else -static const char rcsid[] = "$OpenBSD: wump.c,v 1.20 2002/12/06 21:48:52 millert Exp $"; +static const char rcsid[] = "$OpenBSD: wump.c,v 1.21 2003/03/11 04:47:39 david Exp $"; #endif #endif /* not lint */ @@ -471,7 +471,7 @@ shoot(char *room_list) } if (roomcnt > 5) { (void)printf( -"The arrow wavers in its flight and and can go no further than room %d!\n", +"The arrow wavers in its flight and can go no further than room %d!\n", arrow_location); break; } @@ -488,7 +488,7 @@ The arrow is weakly shot and can go no further than room %d!\n",arrow_location); break; } else if (roomcnt == 5 && chance < 6) { (void)printf( -"The arrow wavers in its flight and and can go no further than room %d!\n", +"The arrow wavers in its flight and can go no further than room %d!\n", arrow_location); break; } |