From: Kurt Zeilenga Date: Thu, 17 Dec 1998 13:46:12 +0000 (+0000) Subject: Fix "predantic" typo. X-Git-Tag: OPENLDAP_SLAPD_BACK_LDAP~925 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b0290c2d490d274b8864623b59e899870194a5ce;p=openldap Fix "predantic" typo. --- 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)