=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/pr/egetopt.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- src/usr.bin/pr/egetopt.c 2003/06/12 20:58:10 1.6 +++ src/usr.bin/pr/egetopt.c 2003/11/09 20:13:57 1.7 @@ -1,4 +1,4 @@ -/* $OpenBSD: egetopt.c,v 1.6 2003/06/12 20:58:10 deraadt Exp $ */ +/* $OpenBSD: egetopt.c,v 1.7 2003/11/09 20:13:57 otto Exp $ */ /*- * Copyright (c) 1991 Keith Muller. @@ -35,7 +35,7 @@ #ifndef lint /* from: static char sccsid[] = "@(#)egetopt.c 8.1 (Berkeley) 6/6/93"; */ -static char *rcsid = "$OpenBSD: egetopt.c,v 1.6 2003/06/12 20:58:10 deraadt Exp $"; +static char *rcsid = "$OpenBSD: egetopt.c,v 1.7 2003/11/09 20:13:57 otto Exp $"; #endif /* not lint */ #include @@ -70,7 +70,7 @@ { static char *place = EMSG; /* option letter processing */ char *oli; /* option letter list index */ - static int delim; /* which option delimeter */ + static int delim; /* which option delimiter */ char *p; static char savec = '\0';