summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/fe-common/core/hilight-text.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe-common/core/hilight-text.c b/src/fe-common/core/hilight-text.c
index 65821276..d3cc7074 100644
--- a/src/fe-common/core/hilight-text.c
+++ b/src/fe-common/core/hilight-text.c
@@ -480,7 +480,7 @@ static void hilight_print(int index, HILIGHT_REC *rec)
}
if (rec->nickmask) g_string_append(options, "-mask ");
- if (rec->fullword) g_string_append(options, "-fullword ");
+ if (rec->fullword) g_string_append(options, "-full ");
if (rec->regexp) {
g_string_append(options, "-regexp ");
#ifdef HAVE_REGEX_H