diff options
author | Berke Viktor <bviktor@hexchat.org> | 2013-04-28 00:56:11 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2013-04-28 00:56:24 +0200 |
commit | 012105e115b425ad05fb598106df78af2c54563d (patch) | |
tree | 153b58f97bd6f1704d3ad7efd0cfc62c7219a41f /src/common/text.c | |
parent | 5c5eb1df14c34e8e411da5789dbeb88569c7c8ec (diff) |
Let's just say the word
Diffstat (limited to 'src/common/text.c')
-rw-r--r-- | src/common/text.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/text.c b/src/common/text.c index 719b8a84..4fad92ec 100644 --- a/src/common/text.c +++ b/src/common/text.c @@ -2016,7 +2016,7 @@ pevt_build_string (const char *input, char **output, int *max_arg) /* black n white(0/1) are bad colors for nicks, and we'll use color 2 for us */ /* also light/dark gray (14/15) */ -/* 5,7,8 are all shades of yellow which happen to look dman near the same */ +/* 5,7,8 are all shades of yellow which happen to look damn near the same */ static char rcolors[] = { 19, 20, 22, 24, 25, 26, 27, 28, 29 }; |