From: Panu Matilainen Date: Fri, 22 Oct 2010 06:36:43 +0000 (+0300) Subject: Couple of doxygen argument mismatch fixes X-Git-Tag: rpm-4.9.0-beta1~167 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=475244d14ad0ecefe602ce3ef0d1c2376b2460d8;p=platform%2Fupstream%2Frpm.git Couple of doxygen argument mismatch fixes --- diff --git a/build/rpmbuild.h b/build/rpmbuild.h index d3e82ff..98192d7 100644 --- a/build/rpmbuild.h +++ b/build/rpmbuild.h @@ -76,8 +76,7 @@ rpmSpec rpmSpecParse(const char *specFile, rpmSpecFlags flags, /** \ingroup rpmbuild * Return the headers of the SRPM that would be built from the spec file - * - * @param specFile path to spec file + * @param spec path to spec file * @return Header */ Header rpmSpecSourceHeader(rpmSpec spec); diff --git a/lib/rpmsign.h b/lib/rpmsign.h index a5000a9..15b3e0f 100644 --- a/lib/rpmsign.h +++ b/lib/rpmsign.h @@ -18,7 +18,7 @@ struct rpmSignArgs { * Sign a package * @param path path to package * @param args signing parameters (or NULL for defaults) - * @param passphrase passphrase for the signing key + * @param passPhrase passphrase for the signing key * @return 0 on success */ int rpmPkgSign(const char *path,