diff --git a/include/xbps_api.h b/include/xbps_api.h index b1214ac3..e452baac 100644 --- a/include/xbps_api.h +++ b/include/xbps_api.h @@ -1309,7 +1309,7 @@ int xbps_remove_pkg_files(prop_dictionary_t dict, * package version in repository pool will be queued, otherwise the first * repository matching the package pattern wins. * - * @param str Package name or package pattern to match, i.e + * @param pkg Package name or package pattern to match, i.e * `foo>=0' or 'foo<1'. * @param reinstall If true, package will be queued (if \a str matches) * even if package is already installed.