RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm/lib/ rpmts.c

From: Jeff Johnson <jbj@rpm5.org>
Date: Tue 28 Aug 2007 - 21:38:54 CEST
Message-Id: <20070828193854.0785A34845B@rpm5.org>
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Jeff Johnson
  Root:   /v/rpm/cvs                       Email:  jbj@rpm5.org
  Module: rpm                              Date:   28-Aug-2007 21:38:54
  Branch: HEAD                             Handle: 2007082820385300

  Modified files:
    rpm/lib                 rpmts.c

  Log:
    fix comment typo.

  Summary:
    Revision    Changes     Path
    2.90        +1  -1      rpm/lib/rpmts.c
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/lib/rpmts.c
  ============================================================================
  $ cvs diff -u -r2.89 -r2.90 rpmts.c
  --- rpm/lib/rpmts.c	28 Aug 2007 19:37:20 -0000	2.89
  +++ rpm/lib/rpmts.c	28 Aug 2007 19:38:53 -0000	2.90
  @@ -248,7 +248,7 @@
       pgpDigParams pubp = rpmtsPubkey(ts);
       rpmRC res = RPMRC_NOKEY;
       const char * pubkeysource = NULL;
  -    int krcache = 1;	/* XXX assume pubkeys are cacved in keyutils keyring. */
  +    int krcache = 1;	/* XXX assume pubkeys are cached in keyutils keyring. */
       int xx;
   
       if (sig == NULL || dig == NULL || sigp == NULL || pubp == NULL)
  @@ .
Received on Tue Aug 28 21:38:54 2007
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.