diff options
author | 2003-11-09 20:13:57 +0000 | |
---|---|---|
committer | 2003-11-09 20:13:57 +0000 | |
commit | 8fa21293d3a3a724d6772115811112270afe2511 (patch) | |
tree | e698aa86bb3f8d91a971ee29848d1eb670dd6668 /usr.bin/diff/diff.h | |
parent | Introduce `last' as a synonym for `.' and document them. (diff) | |
download | wireguard-openbsd-8fa21293d3a3a724d6772115811112270afe2511.tar.xz wireguard-openbsd-8fa21293d3a3a724d6772115811112270afe2511.zip |
Typos in comments from Jared Yanovich <jjy2+ at pitt dot edu>
Diffstat (limited to 'usr.bin/diff/diff.h')
-rw-r--r-- | usr.bin/diff/diff.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/diff/diff.h b/usr.bin/diff/diff.h index 17b008281da..538d67df19d 100644 --- a/usr.bin/diff/diff.h +++ b/usr.bin/diff/diff.h @@ -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; |