mirror of
https://github.com/aria2/aria2.git
synced 2025-04-05 13:37:40 +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
|
@ -875,7 +875,7 @@ void RpcMethodTest::testTellWaiting()
|
|||
CPPUNIT_ASSERT_EQUAL(0, res.code);
|
||||
resParams = downcast<List>(res.param);
|
||||
CPPUNIT_ASSERT_EQUAL((size_t)4, resParams->size());
|
||||
// nagative offset and normalized offset < 0
|
||||
// negative offset and normalized offset < 0
|
||||
req = RpcRequest(TellWaitingRpcMethod::getMethodName(), List::g());
|
||||
req.params->append(Integer::g(-5));
|
||||
req.params->append(Integer::g(100));
|
||||
|
@ -883,7 +883,7 @@ void RpcMethodTest::testTellWaiting()
|
|||
CPPUNIT_ASSERT_EQUAL(0, res.code);
|
||||
resParams = downcast<List>(res.param);
|
||||
CPPUNIT_ASSERT_EQUAL((size_t)0, resParams->size());
|
||||
// nagative offset and normalized offset == 0
|
||||
// negative offset and normalized offset == 0
|
||||
req = RpcRequest(TellWaitingRpcMethod::getMethodName(), List::g());
|
||||
req.params->append(Integer::g(-4));
|
||||
req.params->append(Integer::g(100));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue