1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-28 01:35:32 +00:00

set_term_color: Fix a typo in a comment.

This commit is contained in:
Kalle Olavi Niemitalo 2006-12-25 10:56:15 +02:00 committed by Kalle Olavi Niemitalo
parent cae9b720bc
commit 39673505c8

View File

@ -315,7 +315,7 @@ set_term_color(struct screen_char *schar, struct color_pair *pair,
case COLOR_MODE_256:
#endif
/* TODO: Handle decrease lightness by converting to
* hue-ligthness-saturation color model */
* hue-lightness-saturation color model */
break;
#endif
#ifdef CONFIG_TRUE_COLOR