mirror of
https://github.com/aria2/aria2.git
synced 2025-04-05 21:47:37 +03:00
spelling fixes
This commit is contained in:
parent
f0adbde2e6
commit
ec2ce4ffe5
17 changed files with 307 additions and 61 deletions
|
@ -131,7 +131,7 @@ void HttpResponseTest::testGetContentType()
|
|||
httpHeader->put(HttpHeader::CONTENT_TYPE,
|
||||
"application/metalink+xml; charset=UTF-8");
|
||||
httpResponse.setHttpHeader(std::move(httpHeader));
|
||||
// See paramter is ignored.
|
||||
// See parameter is ignored.
|
||||
CPPUNIT_ASSERT_EQUAL(std::string("application/metalink+xml"),
|
||||
httpResponse.getContentType());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue