summaryrefslogtreecommitdiffstats
path: root/colour.c
diff options
context:
space:
mode:
authornicm <nicm>2017-03-24 07:14:27 +0000
committernicm <nicm>2017-03-24 07:14:27 +0000
commit591b26e46f48f2e6b59f97e6cfb037c6fec48e15 (patch)
tree381f4245f61d6ad11994a7836044f77fbeea5dcc /colour.c
parentdf3ab87964fc52c6f44b2bbe014c8bec202d0528 (diff)
Show count of search results in copy mode.
Diffstat (limited to 'colour.c')
-rw-r--r--colour.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/colour.c b/colour.c
index f29663f2..5be60445 100644
--- a/colour.c
+++ b/colour.c
@@ -48,7 +48,7 @@ colour_to_6cube(int v)
* map our RGB colour to the closest in the cube, also work out the closest
* grey, and use the nearest of the two.
*
- * Note that the xterm has much lower resolution for darker colors (they are
+ * Note that the xterm has much lower resolution for darker colours (they are
* not evenly spread out), so our 6 levels are not evenly spread: 0x0, 0x5f
* (95), 0x87 (135), 0xaf (175), 0xd7 (215) and 0xff (255). Greys are more
* evenly spread (8, 18, 28 ... 238).