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: 09-Sep-2007 00:47:38
Branch: HEAD Handle: 2007090823473700
Modified files:
rpm/lib rpmchecksig.c
Log:
fix typo.
Summary:
Revision Changes Path
1.141 +1 -1 rpm/lib/rpmchecksig.c
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: rpm/lib/rpmchecksig.c
============================================================================
$ cvs diff -u -r1.140 -r1.141 rpmchecksig.c
--- rpm/lib/rpmchecksig.c 8 Sep 2007 22:42:36 -0000 1.140
+++ rpm/lib/rpmchecksig.c 8 Sep 2007 22:47:37 -0000 1.141
@@ -794,7 +794,7 @@
}
if (!_nosigh) {
- const char item[] = "Signture";
+ const char item[] = "Signature";
msg = NULL;
rc = rpmpkgRead(item, fd, &sigh, &msg);
switch (rc) {
@@ .
Received on Sun Sep 9 00:47:38 2007