fixed typo

This commit is contained in:
ceriel 1988-11-22 09:21:25 +00:00
parent e35c517640
commit 7774835cde

View File

@ -24,7 +24,7 @@ static unsigned argcount ; /* The current number of arguments */
static unsigned argmax; /* The maximum number of arguments so far */
int do_run() {
fatal("-g flag not implemeted") ;
fatal("-g flag not implemented") ;
/*NOTREACHED*/
return 0 ;
}