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 | |
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')
-rw-r--r-- | sbin/fsck_msdos/ext.h | 4 | ||||
-rw-r--r-- | sbin/photurisd/schedule.c | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sbin/fsck_msdos/ext.h b/sbin/fsck_msdos/ext.h index a2897518367..5df7e5ecc70 100644 --- a/sbin/fsck_msdos/ext.h +++ b/sbin/fsck_msdos/ext.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ext.h,v 1.5 1998/01/11 20:40:33 provos Exp $ */ +/* $OpenBSD: ext.h,v 1.6 2001/09/19 10:58:07 mpech Exp $ */ /* $NetBSD: ext.h,v 1.5 1997/10/17 11:19:48 ws Exp $ */ /* @@ -73,7 +73,7 @@ int checkfilesys __P((const char *)); #define FSDIRMOD 2 /* Some directory was modified */ #define FSFATMOD 4 /* The FAT was modified */ #define FSERROR 8 /* Some unrecovered error remains */ -#define FSFATAL 16 /* Some unrecoverable error occured */ +#define FSFATAL 16 /* Some unrecoverable error occurred */ /* * read a boot block in a machine independend fashion and translate 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++; |