summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJakub Wilk <jwilk@jwilk.net>2019-02-10 12:51:30 +0100
committerDavid Kalnischkies <david@kalnischkies.de>2019-02-10 13:16:27 +0100
commit9a702b150c8ddeafa8c10c9f120dafdeb08ef93b (patch)
tree5ec43fb1644e1a9a96d4f14bbe701503c0a507aa /test
parent55d0eea08198b6da420eeda28e825122e9ee3666 (diff)
Fix various typos in the documentation
Diffstat (limited to 'test')
-rwxr-xr-xtest/integration/test-apt-get-source-authenticated2
-rw-r--r--test/interactive-helper/aptwebserver.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/integration/test-apt-get-source-authenticated b/test/integration/test-apt-get-source-authenticated
index 40710d5d6..d5a4facd5 100755
--- a/test/integration/test-apt-get-source-authenticated
+++ b/test/integration/test-apt-get-source-authenticated
@@ -2,7 +2,7 @@
#
# Regression test for debian bug #749795. Ensure that we fail with
# an error if apt-get source foo will download a source that comes
-# from a unauthenticated repository
+# from an unauthenticated repository
#
set -e
diff --git a/test/interactive-helper/aptwebserver.cc b/test/interactive-helper/aptwebserver.cc
index 109364d7a..2243ccea9 100644
--- a/test/interactive-helper/aptwebserver.cc
+++ b/test/interactive-helper/aptwebserver.cc
@@ -464,7 +464,7 @@ static bool parseFirstLine(std::ostream &log, int const client, std::string cons
closeConnection = strcasecmp(LookupTag(request, "Connection", "Keep-Alive").c_str(), "close") == 0;
else
{
- sendError(log, client, 500, request, sendContent, "Not a HTTP/1.{0,1} request", headers);
+ sendError(log, client, 500, request, sendContent, "Not an HTTP/1.{0,1} request", headers);
return false;
}