From 17046cf81af936cc8fedef3df4d24acfd5164b04 Mon Sep 17 00:00:00 2001 From: David Griffith Date: Thu, 25 May 2023 18:08:25 -0700 Subject: [PATCH] Fixed misspelling of "colour". --- src/dos/dospic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1