diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-08-13 09:10:04 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-08-13 09:10:04 +0200 |
commit | beb93ada1e9d099017e9f3ad2ea66e5ce95b1a96 (patch) | |
tree | bbb467248068ebfeecc2b59817e3a167aee59c16 /src/plugins/script/script-repo.c | |
parent | 0bfdaa25bf7b9ef5984efe9bacee7cc72fcef8a4 (diff) | |
download | weechat-beb93ada1e9d099017e9f3ad2ea66e5ce95b1a96.zip |
script: replace "iset" example by "go" in comments
Diffstat (limited to 'src/plugins/script/script-repo.c')
-rw-r--r-- | src/plugins/script/script-repo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/script/script-repo.c b/src/plugins/script/script-repo.c index 43376a9fa..91c461096 100644 --- a/src/plugins/script/script-repo.c +++ b/src/plugins/script/script-repo.c @@ -112,7 +112,7 @@ script_repo_search_displayed_by_number (int number) } /* - * Searches for a script by name (example: "iset"). + * Searches for a script by name (example: "go"). * * Returns pointer to script found, NULL if not found. */ |