fixed typo

This commit is contained in:
ceriel 1988-11-22 09:21:25 +00:00
parent e43a0746a8
commit 35b3050d88

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 ;
}