diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-09-19 10:58:09 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-09-19 10:58:09 +0000 |
commit | 069129fa3dc05a0a58ae70a73696d129ecfdfbef (patch) | |
tree | 443cca5dca37d3a0532829c41e46e95006b5a6b5 /sbin/photurisd | |
parent | 6164249d06252e2101a730993f4440c8965e58da (diff) |
occured->occurred
idea from deraadt@ via NetBSD
millert@ ok
p.s. Next commit will fix a typo in the sys/
Diffstat (limited to 'sbin/photurisd')
-rw-r--r-- | sbin/photurisd/schedule.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/photurisd/schedule.c b/sbin/photurisd/schedule.c index b48f25834e1..ecdc04f5695 100644 --- a/sbin/photurisd/schedule.c +++ b/sbin/photurisd/schedule.c @@ -1,4 +1,4 @@ -/* $OpenBSD: schedule.c,v 1.6 2001/01/28 22:45:15 niklas Exp $ */ +/* $OpenBSD: schedule.c,v 1.7 2001/09/19 10:58:07 mpech Exp $ */ /* * Copyright 1997-2000 Niels Provos <provos@citi.umich.edu> @@ -37,7 +37,7 @@ */ #ifndef lint -static char rcsid[] = "$OpenBSD: schedule.c,v 1.6 2001/01/28 22:45:15 niklas Exp $"; +static char rcsid[] = "$OpenBSD: schedule.c,v 1.7 2001/09/19 10:58:07 mpech Exp $"; #endif #define _SCHEDULE_C_ @@ -264,7 +264,7 @@ schedule_process(int sock) break; } - /* Only send the packet when no error occured */ + /* Only send the packet when no error occurred */ if (!remove) { st->retries++; |