[syslinux:elflink] ISOLINUX: trivial fix

syslinux-bot for Paulo Alcantara pcacjr at zytor.com
Wed May 16 14:21:05 PDT 2012


Commit-ID:  cae3ddcf053e1d0e6da5e4925d3db25820002054
Gitweb:     http://www.syslinux.org/commit/cae3ddcf053e1d0e6da5e4925d3db25820002054
Author:     Paulo Alcantara <pcacjr at zytor.com>
AuthorDate: Thu, 19 Apr 2012 00:25:57 -0300
Committer:  Paulo Alcantara <pcacjr at zytor.com>
CommitDate: Sat, 12 May 2012 00:56:21 -0300

ISOLINUX: trivial fix

Fix minor typo.

Signed-off-by: Paulo Alcantara <pcacjr at zytor.com>

---
 core/isolinux.asm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/core/isolinux.asm b/core/isolinux.asm
index 5a50ff5..9c6c190 100644
--- a/core/isolinux.asm
+++ b/core/isolinux.asm
@@ -521,7 +521,7 @@ award_string	db	0b8h,1,2,0bbh,0,7ch,0b9h,6,0,0bah,80h,1,09ch,09ah    ;;
 									     ;;
 						;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 award_hack:	mov	si,spec_err_msg		; Moved to this place from
-		call	writemsg		; spec_query_faild
+		call	writemsg		; spec_query_failed
 						;
 %ifdef DEBUG_MESSAGES				;
 						;


More information about the Syslinux-commits mailing list