From: David Griffith Date: Fri, 26 May 2023 01:08:25 +0000 (-0700) Subject: Fixed misspelling of "colour". X-Git-Url: https://scope-eye.net/git/?a=commitdiff_plain;h=17046cf81af936cc8fedef3df4d24acfd5164b04;p=liskon_frotz.git Fixed misspelling of "colour". --- diff --git a/src/dos/dospic.c b/src/dos/dospic.c index 870073e..1ff213d 100644 --- a/src/dos/dospic.c +++ b/src/dos/dospic.c @@ -730,7 +730,7 @@ void os_draw_picture(int picture, int y, int x) * os_peek_colour * * Return the colour of the pixel below the cursor. This is used - * by V6 games to print text on top of pictures. The coulor need + * by V6 games to print text on top of pictures. The colour need * not be in the standard set of Z-machine colours. To handle * this situation, Frotz extends the colour scheme: Values above * 15 (and below 256) may be used by the interface to refer to