summaryrefslogtreecommitdiffstats
path: root/usr.bin/diff/diff.h
diff options
context:
space:
mode:
authorotto <otto@openbsd.org>2003-11-09 20:13:57 +0000
committerotto <otto@openbsd.org>2003-11-09 20:13:57 +0000
commit8fa21293d3a3a724d6772115811112270afe2511 (patch)
treee698aa86bb3f8d91a971ee29848d1eb670dd6668 /usr.bin/diff/diff.h
parentIntroduce `last' as a synonym for `.' and document them. (diff)
downloadwireguard-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.h4
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;