Fix "predantic" typo.

This commit is contained in:
Kurt Zeilenga 1998-12-17 13:46:12 +00:00
parent 9697ad210a
commit b0290c2d49

View file

@ -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)