From 7774835cde185df7d99ab5c9a7727dec077981f2 Mon Sep 17 00:00:00 2001 From: ceriel Date: Tue, 22 Nov 1988 09:21:25 +0000 Subject: [PATCH] fixed typo --- util/ack/run.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/ack/run.c b/util/ack/run.c index 209e1ea0..fd2636e8 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 ; }