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 /methods/http.h | |
parent | a2457f0ec8f0af82305cd6cf09837b73009d96ae (diff) |
Fix English spelling error in a message ('A error'). Unfuzzy
translations. Closes: #705087
Diffstat (limited to 'methods/http.h')
-rw-r--r-- | methods/http.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/methods/http.h b/methods/http.h index 7a3ccda54..7446119cd 100644 --- a/methods/http.h +++ b/methods/http.h @@ -158,7 +158,7 @@ class HttpMethod : public pkgAcqMethod ERROR_UNRECOVERABLE, /** \brief The server reported a error with a error content page */ ERROR_WITH_CONTENT_PAGE, - /** \brief A error on the client side */ + /** \brief An error on the client side */ ERROR_NOT_FROM_SERVER, /** \brief A redirect or retry request */ TRY_AGAIN_OR_REDIRECT |