diff options
author | bubulle@debian.org <> | 2013-04-10 11:28:11 +0200 |
---|---|---|
committer | bubulle@debian.org <> | 2013-04-10 11:28:11 +0200 |
commit | b5595da902e62af7c295f1603ae5b43ba4cef281 (patch) | |
tree | 527903b3596b07b5b40b027450b2e248a5ca6678 /apt-pkg/acquire-item.cc | |
parent | a2457f0ec8f0af82305cd6cf09837b73009d96ae (diff) |
Fix English spelling error in a message ('A error'). Unfuzzy
translations. Closes: #705087
Diffstat (limited to 'apt-pkg/acquire-item.cc')
-rw-r--r-- | apt-pkg/acquire-item.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/acquire-item.cc b/apt-pkg/acquire-item.cc index d12733747..7b800e42f 100644 --- a/apt-pkg/acquire-item.cc +++ b/apt-pkg/acquire-item.cc @@ -1515,7 +1515,7 @@ void pkgAcqMetaIndex::Failed(string Message,pkgAcquire::MethodConfig *Cnf) VerifiedSigFile.append(".gpg"); Rename(LastGoodSigFile, VerifiedSigFile); Status = StatTransientNetworkError; - _error->Warning(_("A error occurred during the signature " + _error->Warning(_("An error occurred during the signature " "verification. The repository is not updated " "and the previous index files will be used. " "GPG error: %s: %s\n"), |