typofix: s/env/even/ in comments in GNUmakefile
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 20 Jun 2012 21:32:44 +0000 (23:32 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 20 Jun 2012 21:32:46 +0000 (23:32 +0200)
Spotted by Eric Blake.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
GNUmakefile

index 20af004..7ab58ca 100644 (file)
@@ -19,7 +19,7 @@ ifeq ($(filter bootstrap,$(MAKECMDGOALS)),)
 
 ifeq ($(wildcard Makefile),)
   # Any target but 'bootstrap' specified in an unconfigured tree
-  # is an error, env when the user is running GNU make.
+  # is an error, even when the user is running GNU make.
   $(warning There seems to be no Makefile in this directory.)
   $(warning You must run ./configure before running 'make'.)
   $(error Fatal Error)