From b0290c2d490d274b8864623b59e899870194a5ce Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Thu, 17 Dec 1998 13:46:12 +0000 Subject: [PATCH] Fix "predantic" typo. --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 33dd5ed5c3..1c5a5f1ec8 100644 --- a/INSTALL +++ b/INSTALL @@ -167,7 +167,7 @@ Supported Environmental Variables specified compiler. For example, to require strict ANSI C using the GNU C Compiler, use: - [env] CC="gcc -ansi -predantic" ./configure + [env] CC="gcc -ansi -pedantic" ./configure (you can use CFLAGS to specify compiler flags) -- 2.39.5