summary refs log tree commit diff stats
path: root/src/common/text.c
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2013-04-28 00:56:11 +0200
committerBerke Viktor <bviktor@hexchat.org>2013-04-28 00:56:24 +0200
commit012105e115b425ad05fb598106df78af2c54563d (patch)
tree153b58f97bd6f1704d3ad7efd0cfc62c7219a41f /src/common/text.c
parent5c5eb1df14c34e8e411da5789dbeb88569c7c8ec (diff)
Let's just say the word
Diffstat (limited to 'src/common/text.c')
-rw-r--r--src/common/text.c2
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 };