From: ceriel Date: Tue, 22 Nov 1988 09:21:25 +0000 (+0000) Subject: fixed typo X-Git-Tag: release-5-5~2715 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=35b3050d887bec253ab51e49e0221359a2b31470;p=ack.git fixed typo --- 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 ; }