=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/diff/diff.c,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- src/usr.bin/diff/diff.c 2003/07/29 18:38:47 1.37 +++ src/usr.bin/diff/diff.c 2003/08/18 02:04:42 1.38 @@ -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 @@ { "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' },