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;
        }

_______________________________________________
flashrom mailing list
[email protected]
http://www.flashrom.org/mailman/listinfo/flashrom

Reply via email to