diff options
author | Zdenek Prikryl <zprikryl@redhat.com> | 2009-02-26 15:52:47 +0100 |
---|---|---|
committer | Zdenek Prikryl <zprikryl@redhat.com> | 2009-02-26 15:52:47 +0100 |
commit | 3661fe306cd3cb52f823bcf310eda5727e23884f (patch) | |
tree | 7fb10fee527f674664cfd1511e3b20903547989b /lib/MiddleWare | |
parent | 8e2f13c9bc0a2a36da72df4d8c589428ee836ffb (diff) | |
download | abrt-3661fe306cd3cb52f823bcf310eda5727e23884f.tar.gz abrt-3661fe306cd3cb52f823bcf310eda5727e23884f.tar.xz abrt-3661fe306cd3cb52f823bcf310eda5727e23884f.zip |
fixed typo
Diffstat (limited to 'lib/MiddleWare')
-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) |