index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Eric Engestrom <eric@engestrom.ch> | 2016-04-29 22:32:13 +0100 |
---|---|---|
committer | Andrew Gregory <andrew.gregory.8@gmail.com> | 2017-04-27 22:25:08 -0400 |
commit | fcf4da76e031162cc78e4d57c8c22a415ac4094c (patch) | |
tree | eda4c691559bbce213b5b14e84600d588d312003 /lib/libalpm/be_package.c | |
parent | d6ea5bd26d54218fdc0e5a4cb48fabc0baedec75 (diff) |
-rw-r--r-- | lib/libalpm/be_package.c | 2 |
diff --git a/lib/libalpm/be_package.c b/lib/libalpm/be_package.c index 247715eb..c9ed7708 100644 --- a/lib/libalpm/be_package.c +++ b/lib/libalpm/be_package.c @@ -356,7 +356,7 @@ int _alpm_pkg_validate_internal(alpm_handle_t *handle, } /** - * Handle the existance of simple paths for _alpm_load_pkg_internal() + * Handle the existence of simple paths for _alpm_load_pkg_internal() * @param pkg package to change * @param path path to examine * @return 0 if path doesn't match any rule, 1 if it has been handled |