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; }
On Wed, 29 Jun 2011 16:28:17 -0400 Mark Johnston markjdb@gmail.com wrote:
Fixed a small typo in an output message.
Signed-off-by: Mark Johnston <markjdb at gmail.com>
hello mark and thanks for the patch!
you are 3 days too late though :) http://www.flashrom.org/pipermail/flashrom/2011-June/007002.html
On Thu, Jun 30, 2011 at 02:45:19PM +0200, Stefan Tauner wrote:
On Wed, 29 Jun 2011 16:28:17 -0400 Mark Johnston markjdb@gmail.com wrote:
Fixed a small typo in an output message.
Signed-off-by: Mark Johnston <markjdb at gmail.com>
hello mark and thanks for the patch!
you are 3 days too late though :)
Ack. I guess I waited a bit too long.
I also wanted to say thanks for flashrom. I used it to install a new bios on a bunch of systems with MX25L3205 chips, and it worked beautifully. =)
Thanks, -Mark