diff options
author | David Krause <david@cvs.openbsd.org> | 2003-08-18 02:04:43 +0000 |
---|---|---|
committer | David Krause <david@cvs.openbsd.org> | 2003-08-18 02:04:43 +0000 |
commit | 93e4c46115fbd5b5f42d96461a2cbb96be42615d (patch) | |
tree | ddc914b8147563fe9316e81c171a8c7f3747f7a5 /usr.bin/diff/diff.c | |
parent | edb546529aef70315784c6fa92e44f8bc4f1ee6f (diff) |
fix spelling of --initial-tab
ok otto@
Diffstat (limited to 'usr.bin/diff/diff.c')
-rw-r--r-- | usr.bin/diff/diff.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/diff/diff.c b/usr.bin/diff/diff.c index 2c2de7615a4..b2327734971 100644 --- a/usr.bin/diff/diff.c +++ b/usr.bin/diff/diff.c @@ -1,4 +1,4 @@ -/* $OpenBSD: diff.c,v 1.37 2003/07/29 18:38:47 deraadt Exp $ */ +/* $OpenBSD: diff.c,v 1.38 2003/08/18 02:04:42 david Exp $ */ /* * Copyright (c) 2003 Todd C. Miller <Todd.Miller@courtesan.com> @@ -21,7 +21,7 @@ */ #ifndef lint -static const char rcsid[] = "$OpenBSD: diff.c,v 1.37 2003/07/29 18:38:47 deraadt Exp $"; +static const char rcsid[] = "$OpenBSD: diff.c,v 1.38 2003/08/18 02:04:42 david Exp $"; #endif /* not lint */ #include <sys/param.h> @@ -66,7 +66,7 @@ static struct option longopts[] = { { "report-identical-files", no_argument, 0, 's' }, { "starting-file", required_argument, 0, 'S' }, { "expand-tabs", no_argument, 0, 't' }, - { "intial-tab", no_argument, 0, 'T' }, + { "initial-tab", no_argument, 0, 'T' }, { "unified", optional_argument, 0, 'U' }, { "ignore-all-space", no_argument, 0, 'w' }, { "exclude", required_argument, 0, 'x' }, |