diff options
author | morganamilo <morganamilo@gmail.com> | 2019-02-02 19:01:05 +0000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2019-02-04 10:17:30 +1000 |
commit | 04e77591d6333002815e9276ca08c01230fcf212 (patch) | |
tree | 96143cf560ce7fd6bbaa34e793be3b2f00ae4516 /src | |
parent | 11bc315cdb3c2a3f227b4d05c13f615dfb453b5e (diff) | |
download | pacman-04e77591d6333002815e9276ca08c01230fcf212.tar.xz |
fix various typos
Signed-off-by: morganamilo <morganamilo@gmail.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/pacman/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |