From 8fa21293d3a3a724d6772115811112270afe2511 Mon Sep 17 00:00:00 2001 From: otto Date: Sun, 9 Nov 2003 20:13:57 +0000 Subject: Typos in comments from Jared Yanovich --- usr.bin/diff/diff.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/diff/diff.h') 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; -- cgit v1.2.3-59-g8ed1b