fixed typo
authorceriel <none@none>
Tue, 22 Nov 1988 09:21:25 +0000 (09:21 +0000)
committerceriel <none@none>
Tue, 22 Nov 1988 09:21:25 +0000 (09:21 +0000)
util/ack/run.c

index 209e1ea..fd2636e 100644 (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 ;
 }