diff --git a/util/ack/run.c b/util/ack/run.c index 209e1ea08..fd2636e83 100644 --- a/util/ack/run.c +++ b/util/ack/run.c @@ -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 ; }