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/hunt/huntd/driver.c | |
parent | 17f2e52b4728d792442a42f930b313d206397976 (diff) |
double words and spelling fixes
ok pjanzen@
Diffstat (limited to 'games/hunt/huntd/driver.c')
-rw-r--r-- | games/hunt/huntd/driver.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/hunt/huntd/driver.c b/games/hunt/huntd/driver.c index 2c3f8a012c9..a2a0658efd9 100644 --- a/games/hunt/huntd/driver.c +++ b/games/hunt/huntd/driver.c @@ -1,4 +1,4 @@ -/* $OpenBSD: driver.c,v 1.13 2002/12/06 21:48:51 millert Exp $ */ +/* $OpenBSD: driver.c,v 1.14 2003/03/11 04:47:39 david Exp $ */ /* $NetBSD: driver.c,v 1.5 1997/10/20 00:37:16 lukem Exp $ */ /* * Hunt @@ -128,7 +128,7 @@ again: /* * Nothing was ready. We do some work now * to see if the simulation has any pending work - * to do, and decide if we need to to block + * to do, and decide if we need to block * indefinitely or just timeout. */ do { |