=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/diff/diff.h,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- src/usr.bin/diff/diff.h 2003/10/07 23:37:27 1.24 +++ src/usr.bin/diff/diff.h 2003/11/09 20:13:57 1.25 @@ -1,4 +1,4 @@ -/* $OpenBSD: diff.h,v 1.24 2003/10/07 23:37:27 millert Exp $ */ +/* $OpenBSD: diff.h,v 1.25 2003/11/09 20:13:57 otto Exp $ */ /*- * Copyright (c) 1991, 1993 @@ -61,7 +61,7 @@ #define D_ONLY 4 /* Only exists in one directory */ #define D_MISMATCH1 5 /* path1 was a dir, path2 a file */ #define D_MISMATCH2 6 /* path1 was a file, path2 a dir */ -#define D_ERROR 7 /* An error ocurred */ +#define D_ERROR 7 /* An error occurred */ struct excludes { char *pattern;