forked from KolibriOS/kolibrios
example.asm: Fix typo - fixes #67
git-svn-id: svn://kolibrios.org@4318 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
673f824c3f
commit
e8d31d6fc6
@ -122,7 +122,7 @@ draw_window:
|
||||
; Data can be freely mixed with code to any parts of the image.
|
||||
; Only the header information is required at the beginning of the image.
|
||||
|
||||
text db "It look's like you have just compiled "
|
||||
text db "It looks like you have just compiled "
|
||||
db "your first program for KolibriOS. "
|
||||
db " "
|
||||
db "Congratulations! ", 0
|
||||
|
Loading…
Reference in New Issue
Block a user