diff options
author | Eric Engestrom <eric@engestrom.ch> | 2016-04-29 23:32:13 +0200 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2016-05-05 05:52:23 +0200 |
commit | 2694d17ad99bab1cea5aad0ea4781ea4d51e596b (patch) | |
tree | 9c664db457a26d239167a22459418bf17f9238ab /lib/libalpm/be_package.c | |
parent | 0088a7ab1cc2676a31debc05878a80d0bd9a6ba4 (diff) | |
download | pacman-2694d17ad99bab1cea5aad0ea4781ea4d51e596b.tar.gz pacman-2694d17ad99bab1cea5aad0ea4781ea4d51e596b.tar.xz |
fix spelling mistakes
Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'lib/libalpm/be_package.c')
-rw-r--r-- | lib/libalpm/be_package.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |