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