=================================================================== RCS file: /cvs/djgpp/djgpp/src/utils/redir.c,v retrieving revision 1.5 retrieving revision 1.6 diff -p -u -r1.5 -r1.6 --- djgpp/src/utils/redir.c 1999/10/10 11:55:17 1.5 +++ /cvs/djgpp/djgpp/src/utils/redir.c 2001/12/13 15:11:24 1.6 @@ -72,7 +72,7 @@ usage(void) fprintf(stderr, "This program is protected by the GNU General Public License.\n\n"); fprintf(stderr, "Usage: redir [-i file] [-o file] [-oa file] [-e file] [-ea file]\n"); fprintf(stderr, " [-eo] [-oe] [-x] [-t] command [args . . .]\n\n"); - fprintf(stderr, " -i file redirect stdandard input from file\n"); + fprintf(stderr, " -i file redirect standard input from file\n"); fprintf(stderr, " -o file redirect standard output to file\n"); fprintf(stderr, " -oa file append standard output to file\n"); fprintf(stderr, " -e file redirect standard error to file\n");