Fix spelling error (scipt -> script).

Submitted by:	<jhawk@MIT.EDU>
Obtained from:	NetBSD-bugs mailling list
This commit is contained in:
Rodney W. Grimes 1995-02-23 17:46:35 +00:00
parent 32a61937d7
commit 2828ae663a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6666

View File

@ -129,7 +129,7 @@ main(argc, argv)
default:
case '?':
(void)fprintf(stderr,
"usage:\tsed script [-an] [file ...]\n\tsed [-an] [-e script] ... [-f scipt_file] ... [file ...]\n");
"usage:\tsed script [-an] [file ...]\n\tsed [-an] [-e script] ... [-f script_file] ... [file ...]\n");
exit(1);
}
argc -= optind;