example.asm: Fix typo - fixes #67

git-svn-id: svn://kolibrios.org@4318 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Yogev Ezra 2013-12-01 21:49:13 +00:00
parent 673f824c3f
commit e8d31d6fc6

View File

@ -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