From f56b38c34eeca2dd14dd694d42fc7e9471213d9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Mon, 15 May 2017 20:34:56 +0200 Subject: [PATCH] script: fix typo in a comment --- src/plugins/script/script-repo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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