mirror of
https://github.com/aria2/aria2.git
synced 2025-04-05 05:27:38 +03:00
Fix various typos
Found via `codespell -q 3 -S "./deps,./ChangeLog.old,./LICENSE.OpenSSL,./doc/manual-src/pt,./doc/sphinx_themes/sphinx_rtd_theme/locale" -L ans,anull,clen,dependant,filetest,fo,hel,nd,orign,padd,parm,servent,tennant,worl,windows`
This commit is contained in:
parent
8a6b75acc7
commit
0aa23a39d9
16 changed files with 21 additions and 21 deletions
|
@ -227,7 +227,7 @@ void SocketCoreTest::testVerifyHostname()
|
|||
CPPUNIT_ASSERT(net::verifyHostname("::1", dnsNames, ipAddrs, commonName));
|
||||
}
|
||||
{
|
||||
// If iPAddress is privided, don't match with commonName
|
||||
// If iPAddress is provided, don't match with commonName
|
||||
std::vector<std::string> dnsNames, ipAddrs;
|
||||
unsigned char binAddr[16];
|
||||
size_t len;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue