From 04e77591d6333002815e9276ca08c01230fcf212 Mon Sep 17 00:00:00 2001 From: morganamilo Date: Sat, 2 Feb 2019 19:01:05 +0000 Subject: fix various typos Signed-off-by: morganamilo Signed-off-by: Allan McRae --- src/pacman/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/pacman/util.c b/src/pacman/util.c index 74e1037d..8f6290db 100644 --- a/src/pacman/util.c +++ b/src/pacman/util.c @@ -1359,7 +1359,7 @@ static int multiselect_parse(char *array, int count, char *response) len--; include = 0; } else if(str) { - /* if first token is including, we unselect all targets */ + /* if first token is including, we deselect all targets */ memset(array, 0, count); } -- cgit v1.2.3-24-g4f1b