Fix typo "not not" in board_enable.c

Corresponding to flashrom svn r1301.

Signed-off-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
Acked-by: Idwer Vollering <vidwer@gmail.com>
diff --git a/board_enable.c b/board_enable.c
index 69b30e7..c4f2883 100644
--- a/board_enable.c
+++ b/board_enable.c
@@ -2152,7 +2152,7 @@
 
 	if (!force_boardenable) {
 		msg_pinfo("WARNING: Your mainboard is %s %s, but the mainboard-specific\n"
-		       "code has not been tested, and thus will not not be executed by default.\n"
+		       "code has not been tested, and thus will not be executed by default.\n"
 		       "Depending on your hardware environment, erasing, writing or even probing\n"
 		       "can fail without running the board specific code.\n\n"
 		       "Please see the man page (section PROGRAMMER SPECIFIC INFO, subsection\n"