diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-05-15 20:34:56 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-05-15 20:34:56 +0200 |
commit | f56b38c34eeca2dd14dd694d42fc7e9471213d9a (patch) | |
tree | e47a34cbedb6d2a3b235a2e25086f31620843fd7 | |
parent | 03a8fbc834564eb720992b05edb23d08d2449ed1 (diff) | |
download | weechat-f56b38c34eeca2dd14dd694d42fc7e9471213d9a.zip |
script: fix typo in a comment
-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 bd8907aed..7321146c6 100644 --- a/src/plugins/script/script-repo.c +++ b/src/plugins/script/script-repo.c @@ -402,7 +402,7 @@ script_repo_alloc () } /* - * Compares two script using sort key(s) (from option script.look.sort). + * Compares two scripts using sort key(s) (from option script.look.sort). * * Returns: * < 0: script1 < script2 |