Author: stefanct Date: Wed May 18 01:30:13 2011 New Revision: 1301 URL: http://flashrom.org/trac/flashrom/changeset/1301
Log: fix typo "not not" in board_enable.c
Signed-off-by: Stefan Tauner stefan.tauner@student.tuwien.ac.at Acked-by: Idwer Vollering vidwer@gmail.com
Modified: trunk/board_enable.c
Modified: trunk/board_enable.c ============================================================================== --- trunk/board_enable.c Tue May 17 15:31:55 2011 (r1300) +++ trunk/board_enable.c Wed May 18 01:30:13 2011 (r1301) @@ -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"