From 35b3050d887bec253ab51e49e0221359a2b31470 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 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 ; } -- 2.34.1