diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-04-18 23:52:32 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-04-18 23:52:32 +0200 |
commit | ba115ce11351ce482a83f673f5cea5753265b725 (patch) | |
tree | 33907f4815b784f8b2047ded1ad000c18009afd3 /src/plugins/scripts/python/weechat-python-api.c | |
parent | 0f3a31540564b114781d015d84786a1ddfe23071 (diff) | |
download | weechat-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.c | 2 |
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 */ |