diff options
| author | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-02-26 16:29:37 +0100 |
|---|---|---|
| committer | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-02-26 16:29:37 +0100 |
| commit | efdfd9ce551dde9707d0fe2ed1108a43369d835e (patch) | |
| tree | 56a92ca234c972e76624061ca0962eb6ac03d3db /lib/MiddleWare/RPMInfo.cpp | |
| parent | 5dc43e9595943ab5a1e8045ced5f6040f94e1180 (diff) | |
| parent | db760442ecdbf776648fbd19aa32083722e5b10f (diff) | |
| download | abrt-efdfd9ce551dde9707d0fe2ed1108a43369d835e.tar.gz abrt-efdfd9ce551dde9707d0fe2ed1108a43369d835e.tar.xz abrt-efdfd9ce551dde9707d0fe2ed1108a43369d835e.zip | |
Merge branch 'master' of git://git.fedorahosted.org/git/crash-catcher
Diffstat (limited to 'lib/MiddleWare/RPMInfo.cpp')
| -rw-r--r-- | lib/MiddleWare/RPMInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/MiddleWare/RPMInfo.cpp b/lib/MiddleWare/RPMInfo.cpp index 64f0628a..971148b4 100644 --- a/lib/MiddleWare/RPMInfo.cpp +++ b/lib/MiddleWare/RPMInfo.cpp @@ -20,7 +20,7 @@ void CRPMInfo::LoadOpenGPGPublicKey(const std::string& pFileName) if (pgpReadPkts(pFileName.c_str(), &pkt, &pklen) != PGPARMOR_PUBKEY) { free(pkt); - std::cerr << "CRPMInfo::LoadOpenGPGPublicKey(): Can not load publick key " + pFileName << std::endl; + std::cerr << "CRPMInfo::LoadOpenGPGPublicKey(): Can not load public key " + pFileName << std::endl; return; } if (pgpPubkeyFingerprint(pkt, pklen, keyID) == 0) |
