From 475244d14ad0ecefe602ce3ef0d1c2376b2460d8 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Fri, 22 Oct 2010 09:36:43 +0300 Subject: [PATCH] Couple of doxygen argument mismatch fixes --- build/rpmbuild.h | 3 +-- lib/rpmsign.h | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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, -- 2.7.4