summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZdenek Prikryl <zprikryl@redhat.com>2009-02-26 15:52:47 +0100
committerZdenek Prikryl <zprikryl@redhat.com>2009-02-26 15:52:47 +0100
commit3661fe306cd3cb52f823bcf310eda5727e23884f (patch)
tree7fb10fee527f674664cfd1511e3b20903547989b
parent8e2f13c9bc0a2a36da72df4d8c589428ee836ffb (diff)
downloadabrt-3661fe306cd3cb52f823bcf310eda5727e23884f.tar.gz
abrt-3661fe306cd3cb52f823bcf310eda5727e23884f.tar.xz
abrt-3661fe306cd3cb52f823bcf310eda5727e23884f.zip
fixed typo
-rw-r--r--lib/MiddleWare/RPMInfo.cpp2
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)