summaryrefslogtreecommitdiffstats
path: root/usr.bin/diff/diff.c
diff options
context:
space:
mode:
authordavid <david@openbsd.org>2003-08-18 02:04:42 +0000
committerdavid <david@openbsd.org>2003-08-18 02:04:42 +0000
commit049b39f657e77b931f80c7acc14604e73075ce11 (patch)
treeea22ae6116f3eb0eb3dbf9d8b31553e457d7c352 /usr.bin/diff/diff.c
parentspelling in comment, jonathon gray (diff)
downloadwireguard-openbsd-049b39f657e77b931f80c7acc14604e73075ce11.tar.xz
wireguard-openbsd-049b39f657e77b931f80c7acc14604e73075ce11.zip
fix spelling of --initial-tab
ok otto@
Diffstat (limited to 'usr.bin/diff/diff.c')
-rw-r--r--usr.bin/diff/diff.c6
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' },