summaryrefslogtreecommitdiff
path: root/src/plugins/scripts/python/weechat-python-api.c
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2010-04-18 23:52:32 +0200
committerSebastien Helleu <flashcode@flashtux.org>2010-04-18 23:52:32 +0200
commitba115ce11351ce482a83f673f5cea5753265b725 (patch)
tree33907f4815b784f8b2047ded1ad000c18009afd3 /src/plugins/scripts/python/weechat-python-api.c
parent0f3a31540564b114781d015d84786a1ddfe23071 (diff)
downloadweechat-ba115ce11351ce482a83f673f5cea5753265b725.zip
Replace "joker" by "wildcard"
Diffstat (limited to 'src/plugins/scripts/python/weechat-python-api.c')
-rw-r--r--src/plugins/scripts/python/weechat-python-api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/scripts/python/weechat-python-api.c b/src/plugins/scripts/python/weechat-python-api.c
index e8da86d78..561bafad5 100644
--- a/src/plugins/scripts/python/weechat-python-api.c
+++ b/src/plugins/scripts/python/weechat-python-api.c
@@ -396,7 +396,7 @@ weechat_python_api_string_has_highlight (PyObject *self, PyObject *args)
/*
* weechat_python_api_string_mask_to_regex: convert a mask (string with only
- * "*" as joker) to a regex, paying
+ * "*" as wildcard) to a regex, paying
* attention to special chars in a
* regex
*/