diff options
author | Paul Janzen <pjanzen@cvs.openbsd.org> | 2001-09-19 10:51:56 +0000 |
---|---|---|
committer | Paul Janzen <pjanzen@cvs.openbsd.org> | 2001-09-19 10:51:56 +0000 |
commit | e7046620337beccaf8b8eec31b5b25286be760da (patch) | |
tree | 5e883accb632685cdcd03e0a2aeb2cc53bbded28 /games/phantasia/misc.c | |
parent | 14dcecef6119e2dd8a396fb9efcd94d5314c70cd (diff) |
occured->occurred; from NetBSD via Mike Pechkin <mpech@prosoft.org.lv>.
One of these was even in a string that got printed out.
Diffstat (limited to 'games/phantasia/misc.c')
-rw-r--r-- | games/phantasia/misc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/phantasia/misc.c b/games/phantasia/misc.c index d293cd0b14c..faa1f2d3bf9 100644 --- a/games/phantasia/misc.c +++ b/games/phantasia/misc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: misc.c,v 1.8 2001/07/09 07:04:29 deraadt Exp $ */ +/* $OpenBSD: misc.c,v 1.9 2001/09/19 10:51:55 pjanzen Exp $ */ /* $NetBSD: misc.c,v 1.2 1995/03/24 03:59:03 cgd Exp $ */ /* @@ -1473,7 +1473,7 @@ distance(x1, x2, y1, y2) / AUTHOR: E. A. Estes, 12/4/85 / / ARGUMENTS: -/ int whichsig - signal which occured to cause jump to here +/ int whichsig - signal which occurred to cause jump to here / / RETURN VALUE: none / |