1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-25 20:36:38 +02:00

script: replace "iset" example by "go" in comments

This commit is contained in:
Sébastien Helleu
2023-08-13 09:10:04 +02:00
parent 0bfdaa25bf
commit beb93ada1e
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -289,7 +289,7 @@ script_action_run_unload (const char *name, int quiet)
}
else
{
/* unload script by using name (example: "iset") */
/* unload script by using name (example: "go") */
for (i = 0; i < SCRIPT_NUM_LANGUAGES; i++)
{
snprintf (hdata_name, sizeof (hdata_name),
@@ -394,7 +394,7 @@ script_action_run_reload (const char *name, int quiet)
}
else
{
/* reload script by using name (example: "iset") */
/* reload script by using name (example: "go") */
for (i = 0; i < SCRIPT_NUM_LANGUAGES; i++)
{
snprintf (hdata_name, sizeof (hdata_name),