]> git.sur5r.net Git - openldap/commitdiff
Fix "predantic" typo.
authorKurt Zeilenga <kurt@openldap.org>
Thu, 17 Dec 1998 13:46:12 +0000 (13:46 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 17 Dec 1998 13:46:12 +0000 (13:46 +0000)
INSTALL

diff --git a/INSTALL b/INSTALL
index 33dd5ed5c3982a0f3930ba68ce59c1898d1fb39e..1c5a5f1ec814c8b30592d820b5029b9ad485daa3 100644 (file)
--- 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)