diff options
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. */ |