fixed typo
This commit is contained in:
parent
e43a0746a8
commit
35b3050d88
|
@ -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 ;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue