[flashrom] [patch] typo fix

Mark Johnston markjdb at gmail.com
Wed Jun 29 22:28:17 CEST 2011


Fixed a small typo in an output message.

Signed-off-by: Mark Johnston <markjdb at gmail.com>
---
Index: dmi.c
===================================================================
--- dmi.c	(revision 1357)
+++ dmi.c	(working copy)
@@ -119,7 +119,7 @@
 	while (!feof(dmidecode_pipe))
 		getc(dmidecode_pipe);
 	if (pclose(dmidecode_pipe) != 0) {
-		msg_pinfo("dmidecode execution unsucessfull - continuing "
+		msg_pinfo("dmidecode execution unsuccessful - continuing "
 			"without DMI info\n");
 		return NULL;
 	}




More information about the flashrom mailing list