From 049b39f657e77b931f80c7acc14604e73075ce11 Mon Sep 17 00:00:00 2001 From: david Date: Mon, 18 Aug 2003 02:04:42 +0000 Subject: fix spelling of --initial-tab ok otto@ --- usr.bin/diff/diff.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.bin/diff/diff.c') 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 @@ -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 @@ -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' }, -- cgit v1.2.3-59-g8ed1b