Skip to content

Commit ec2ce4f

Browse files
author
klemens
committed
spelling fixes
1 parent f0adbde commit ec2ce4f

17 files changed

+307
-61
lines changed

ChangeLog.old

+42-42
Original file line numberDiff line numberDiff line change
@@ -2300,7 +2300,7 @@
23002300

23012301
Fixed the bug that segments are not filled to
23022302
Request::getMaxPipelinedRequest().
2303-
Make sure that trailing data of transfer encoding is read propery,
2303+
Make sure that trailing data of transfer encoding is read property,
23042304
after file data is received.
23052305
* src/AbstractCommand.cc
23062306
* src/DownloadCommand.cc
@@ -6119,7 +6119,7 @@
61196119

61206120
2010-01-10 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
61216121

6122-
Added following sentance to the help message of --out option:
6122+
Added following sentence to the help message of --out option:
61236123
--out option is ignored when -Z is used.
61246124
* doc/aria2c.1.txt
61256125
* src/usage_text.h
@@ -8458,7 +8458,7 @@
84588458

84598459
2009-07-15 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
84608460

8461-
Added 'errorCode' to the reponse of tellStatus xml-rpc method.
8461+
Added 'errorCode' to the response of tellStatus xml-rpc method.
84628462
This key is only available for stopped/completed downloads and its
84638463
value is the error code defined in EXIT STATUS in man page.
84648464
* src/XmlRpcMethodImpl.cc
@@ -10020,7 +10020,7 @@
1002010020

1002110021
2009-05-22 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
1002210022

10023-
Removed tellAll XML-RPC command because its reponse tends to be
10023+
Removed tellAll XML-RPC command because its response tends to be
1002410024
big if stopped/waiting downloads pile up.
1002510025
* src/XmlRpcMethodFactory.cc
1002610026
* src/XmlRpcMethodImpl.cc
@@ -10455,7 +10455,7 @@
1045510455
DefaultBtContext::setFileFileter().
1045610456
PieceStorage::setFileFilter(), DiskAdaptor::addDownloadEntry()
1045710457
functions are removed because they are no longer used. Creating
10458-
filter in BitfieldMan is done in new funtion
10458+
filter in BitfieldMan is done in new function
1045910459
PieceStorage::setupFileFilter()
1046010460
* src/BtContext.cc
1046110461
* src/BtContext.h
@@ -10513,7 +10513,7 @@
1051310513
2009-05-10 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
1051410514

1051510515
The information for files, URIs, peers are removed from the
10516-
reponse of TellaActive, TellStatus command because they tend to be
10516+
response of TellaActive, TellStatus command because they tend to be
1051710517
large. Instead they can be retrieved by the dedicated commands:
1051810518
getFiles, getUris and getPeers respectively.
1051910519
* src/XmlRpcMethodFactory.cc
@@ -10737,7 +10737,7 @@
1073710737

1073810738
2009-05-08 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
1073910739

10740-
Added xml-rpc functionality. Currently only addURI commad is
10740+
Added xml-rpc functionality. Currently only addURI command is
1074110741
supported. To enable xml-rpc, run aria2 with
1074210742
--enable-http-server. This option name is temporal and will be
1074310743
changed. The feature that reports download progress in html format
@@ -13042,7 +13042,7 @@
1304213042

1304313043
Fixed the bug that BitTorrent download doesn't finish when REJECT
1304413044
message is received before CHOKE message. The old implementation
13045-
doen't clear the use-bit of the piece when recieved REJECT
13045+
doen't clear the use-bit of the piece when received REJECT
1304613046
message.
1304713047
* src/DefaultBtMessageDispatcher.cc
1304813048
* test/DefaultBtMessageDispatcherTest.cc
@@ -13876,7 +13876,7 @@
1387613876
2008-11-11 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
1387713877

1387813878
Fixed the bug that metalink file is not processed if Content-Type
13879-
field has a paramter.
13879+
field has a parameter.
1388013880
* src/HttpResponse.cc
1388113881
* src/HttpResponse.h
1388213882
* test/HttpResponseTest.cc
@@ -13906,7 +13906,7 @@
1390613906

1390713907
2008-11-09 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
1390813908

13909-
Added usege for proxy.
13909+
Added usage for proxy.
1391013910
* doc/aria2c.1.txt
1391113911

1391213912
2008-11-09 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
@@ -14004,7 +14004,7 @@
1400414004
2008-11-05 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
1400514005

1400614006
Added the ability to pool proxy connection.
14007-
The conneciton in FTP with proxy-method=GET is not pooled.
14007+
The connection in FTP with proxy-method=GET is not pooled.
1400814008
Proxy-Connection header will not be sent when sending CONNECT method.
1400914009
* src/DownloadEngine.cc
1401014010
* src/DownloadEngine.h
@@ -14147,7 +14147,7 @@
1414714147

1414814148
2008-11-03 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
1414914149

14150-
Corrected catched exception type.
14150+
Corrected caught exception type.
1415114151
* src/ServerStatMan.cc
1415214152

1415314153
2008-11-03 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
@@ -14403,7 +14403,7 @@
1440314403
2008-10-19 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
1440414404

1440514405
Fixed the bug that aria2 aborts when a request larger than 16KiB is
14406-
recieved.
14406+
received.
1440714407
In this fix, if a request larger than 16KiB length is received, aria2
1440814408
disconnects the peer.
1440914409
* src/BtConstants.h
@@ -14674,7 +14674,7 @@
1467414674

1467514675
Fixed the bug that aria2 downloads faster than max-download-limit when
1467614676
downloading file using both HTTP(or FTP) and BitTorrent, because aria2
14677-
evaluates speed separatly(HTTP and BiTorrent) against max-download-limit
14677+
evaluates speed separately(HTTP and BiTorrent) against max-download-limit
1467814678
, instead of sum of them.
1467914679
* src/ActivePeerConnectionCommand.cc
1468014680
* src/DefaultBtInteractive.cc
@@ -14934,7 +14934,7 @@
1493414934

1493514935
2008-09-14 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
1493614936

14937-
If establishing conneciton to a server is failed, then mark error on
14937+
If establishing connection to a server is failed, then mark error on
1493814938
its ServerStat.
1493914939
Added the cause of error to log when error event occurred.
1494014940
Moved message string to message.h for translation.
@@ -15163,7 +15163,7 @@
1516315163

1516415164
2008-09-07 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
1516515165

15166-
Added a constuctor that receives struct timeval.
15166+
Added a constructor that receives struct timeval.
1516715167
Added operator<.
1516815168
* src/TimeA2.cc
1516915169
* src/TimeA2.h
@@ -15178,7 +15178,7 @@
1517815178

1517915179
2008-09-07 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
1518015180

15181-
Implmented the functions to parse date.
15181+
Implemented the functions to parse date.
1518215182
* src/TimeA2.cc
1518315183
* src/TimeA2.h
1518415184
* test/TimeTest.cc
@@ -15410,7 +15410,7 @@
1541015410

1541115411
2008-08-24 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
1541215412

15413-
Added sqlite3 depenency and Firefox3 cookie support.
15413+
Added sqlite3 dependency and Firefox3 cookie support.
1541415414
* README
1541515415

1541615416
2008-08-24 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
@@ -17791,7 +17791,7 @@
1779117791

1779217792
2008-05-10 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
1779317793

17794-
Print usage when no URL is specifed or bad command-line option is
17794+
Print usage when no URL is specified or bad command-line option is
1779517795
specified.
1779617796
* src/HelpItemFactory.cc
1779717797
* src/help_tags.h
@@ -18050,7 +18050,7 @@
1805018050

1805118051
Rewritten Exception class. Throw exception object, not its pointer and
1805218052
catch by reference, so that remove problematic delete operator for
18053-
catched exception.
18053+
caught exception.
1805418054
* src/Exception.cc
1805518055
* src/Exception.h
1805618056
* test/ExceptionTest.cc
@@ -18181,7 +18181,7 @@
1818118181
2008-04-22 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
1818218182

1818318183
Use the default value pulled from Option object in HelpItemFactory.
18184-
except options whose defualt value is embedded in a usage text.
18184+
except options whose default value is embedded in a usage text.
1818518185
* src/HelpItemFactory.cc
1818618186
* src/HelpItemFactory.h
1818718187
* src/option_processing.cc
@@ -18275,7 +18275,7 @@
1827518275
Added --header option. You can specify any number of additional HTTP headers
1827618276
like:
1827718277
aria2 --header="X-A: 300" --header="X-B: 900" http://host/file
18278-
Unlike other commad-line option, you can use --header option multiple times.
18278+
Unlike other command-line option, you can use --header option multiple times.
1827918279
* src/HelpItemFactory.cc
1828018280
* src/HttpRequest.{cc, h}
1828118281
* src/HttpRequestCommand.cc
@@ -18339,13 +18339,13 @@
1833918339
Implemented auto protocol detection.
1834018340
Now you can do:
1834118341
aria2c -Z http://host/file file1.torrent file2.metalink
18342-
(Note: -Z option is required for auto protcol detection.)
18342+
(Note: -Z option is required for auto protocol detection.)
1834318343
Then aria2c downloads 3 files simultaneously:
1834418344
1. http://host/file
1834518345
2. file1.torrent <-- read local torrent file
1834618346
3. file2.metalink <-- read local Metalink file.
1834718347

18348-
Same thing goes with -i option. Assume your uris.txt contans:
18348+
Same thing goes with -i option. Assume your uris.txt contains:
1834918349
http://host/file
1835018350
file1.torrent
1835118351
file2.metalink
@@ -19471,7 +19471,7 @@
1947119471
Fixed the bug that EX_TOO_LONG_PAYLOAD exception is thrown if just
1947219472
payload length(4bytes) are received. This happens because lenbufLength
1947319473
is not updated in this particular case and successive call of
19474-
receiveMessage() overwrites payload length with bytes recieved which
19474+
receiveMessage() overwrites payload length with bytes received which
1947519475
are payload body.
1947619476
* src/PeerConnection.{h, cc}
1947719477
* src/message.h
@@ -20637,12 +20637,12 @@
2063720637
* src/PeerListenCommand.{h, cc}
2063820638

2063920639
Now an exception thrown while parsing tracker response is now logged.
20640-
If DlAbortEx is catched, then btAnnounce->resetAnnounce() immediately
20640+
If DlAbortEx is caught, then btAnnounce->resetAnnounce() immediately
2064120641
called, which means no retry is made in this case, assuming a tracker
2064220642
has a problem.
2064320643
* src/TrackerWatcherCommand.cc
2064420644

20645-
Fixed: downloading a file whose length is unkown fails.
20645+
Fixed: downloading a file whose length is unknown fails.
2064620646
* src/DownloadCommand.cc
2064720647

2064820648
Simplified prepareForNextSegment()
@@ -21629,7 +21629,7 @@
2162921629
* src/common.h (OPEN_MODE): New definition.
2163021630
* src/File.cc
2163121631
* src/Util.cc
21632-
* src/Directry.cc
21632+
* src/Directory.cc
2163321633
* src/AbstractDiskWriter.cc
2163421634

2163521635
Change the level of log message "download aborted" to debug:
@@ -21715,7 +21715,7 @@
2171521715
is 80 or 443:
2171621716
* src/HttpRequest.cc (getHostText): Suppress port number in http
2171721717
request header if port is 80 or 443.
21718-
(createProxyRequest): Allways send port number.
21718+
(createProxyRequest): Always send port number.
2171921719

2172021720
2007-03-28 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
2172121721

@@ -21923,7 +21923,7 @@
2192321923
HttpResponse class.
2192421924
* src/HttpRequest.h, src/HttpRequest.cc: New class.
2192521925
* src/HttpResponse.h, src/HttpResponse.cc: New class.
21926-
* src/HttpConnection.cc: Contruction of http request were moved to
21926+
* src/HttpConnection.cc: Construction of http request were moved to
2192721927
HttpRequest class.
2192821928
* src/HttpResponseCommand.h, src/HttpResponseCommand.cc: Refactored.
2192921929
* src/HttpRequestCommand.cc (executeInternal): Rewritten.
@@ -23385,7 +23385,7 @@
2338523385
(sendStatistics): Use pieceStorage, btRuntime.
2338623386
(afterEachIteration): New function.
2338723387
* src/AnnounceList: AnnounceTier->AnnounceTierHandle.
23388-
* src/Directry.h
23388+
* src/Directory.h
2338923389
(Directory): New function.
2339023390
(DirectoryHandle): New type definition.
2339123391
* src/BtProgressInfoFile.h: New file.
@@ -23464,7 +23464,7 @@
2346423464
(peerStorage): New variable.
2346523465
(pieceStorage): New variable.
2346623466
(setBtContext): New function.
23467-
* src/Directry.cc
23467+
* src/Directory.cc
2346823468
(Directory): New function.
2346923469
(createDir): Do nothing if name.size() == 0.
2347023470
* src/AnnounceList.h
@@ -23748,7 +23748,7 @@
2374823748
* src/SegmentMan.h
2374923749
(SegmentEntryHandle): New type definition.
2375023750
(SegmentEntries): Now holds SegmentEntryHandle.
23751-
(findSlowerSegmentEntry): New funtion.
23751+
(findSlowerSegmentEntry): New function.
2375223752
* src/SegmentMan.cc
2375323753
(save): Updated according to the changes in SegmentEntries.
2375423754
(read): Updated according to the changes in SegmentEntries.
@@ -25644,7 +25644,7 @@
2564425644
list as "peers":
2564525645

2564625646
* src/TrackerUpdateCommand.cc
25647-
(execute): Added a check to see wether the type of peers is Data*.
25647+
(execute): Added a check to see whether the type of peers is Data*.
2564825648

2564925649
2006-05-27 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
2565025650

@@ -25724,7 +25724,7 @@
2572425724
(getMissingIndex): Don't call getMissingIndexRandomly() if max is 0.
2572525725
(getMissingUnusedIndex): Don't call getMissingIndexRandomly() if max is
2572625726
0.
25727-
(getMissingIndex): Dont't call getMissingIndexRandomly() if max is 0.
25727+
(getMissingIndex): Don't't call getMissingIndexRandomly() if max is 0.
2572825728
* src/TorrentMan.h
2572925729
(UsedPieces): Removed.
2573025730
(Pieces): New type definition.
@@ -26803,7 +26803,7 @@
2680326803
(getActivePeers): New function.
2680426804
(deleteActivePeer): New function.
2680526805
* src/TorrentMan.cc
26806-
(addPeer): deleteOldErrorPeers is moved to the begining of the function
26806+
(addPeer): deleteOldErrorPeers is moved to the beginning of the function
2680726807
* src/PeerAbstractCommand.cc
2680826808
(onAbort): Use peer->resetStatus().
2680926809
* src/main.cc
@@ -26954,7 +26954,7 @@
2695426954
* src/main.cc (handler): Removed the check to see e->diskWriter != NULL
2695526955
(torrentHandler): Removed the check to see diskAdaptor != NULL.
2695626956

26957-
* src/AbstractDiskWriter.cc (openExistingFile): Updated messsage.
26957+
* src/AbstractDiskWriter.cc (openExistingFile): Updated message.
2695826958
(createFile): Updated message.
2695926959

2696026960
2006-04-19 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
@@ -27272,7 +27272,7 @@
2727227272
(getCompletedLength): New function.
2727327273

2727427274
* src/TorrentMan.h [FileEntry](Constructor): Updated signature.
27275-
Initalized newly added variables.
27275+
Initialized newly added variables.
2727627276
[FileEntry](offset): New variable.
2727727277
[FileEntry](extracted): New variable.
2727827278
[FileEntry](requested): New variable.
@@ -27329,7 +27329,7 @@
2732927329
(getName): New function.
2733027330
* src/TorrentMan.h (getMultiFileEntries): New function.
2733127331
(getName): New function.
27332-
* src/main.cc (main): Use above 2 funtion.
27332+
* src/main.cc (main): Use above 2 function.
2733327333

2733427334
* Release 0.3.2
2733527335

@@ -27454,7 +27454,7 @@
2745427454
* src/TorrentMan.cc: Remove downloadedSize == 0 check from save().
2745527455
Instead, added a check for whether setup method has executed
2745627456
successfully.
27457-
* src/TorrentMan.h: Added member vaiable setupComplete. Updated
27457+
* src/TorrentMan.h: Added member variable setupComplete. Updated
2745827458
DEFAULT_ANNOUNCE_INTERVAL and DEFAULT_ANNOUNCE_MIN_INTERVAL to 300.
2745927459
* src/Makefile.am: Updated.
2746027460
* src/messageDigest.h: Added. This is a macro calculating SHA1 digest
@@ -27575,7 +27575,7 @@
2757527575
* BitfieldMan.cc: fixed memory leak.
2757627576
* TorrentMan.cc: initialized storeDir to ".".
2757727577
* TorrentMan.cc: fixed memory leak.
27578-
* TorrentMan.cc: corrected file paths of splitted files.
27578+
* TorrentMan.cc: corrected file paths of split files.
2757927579
* PeerAbstractCommand.cc: casted timeout to long long int.
2758027580
* main.cc: added delete(req) and delete(te->diskWriter).
2758127581
* RequestSlot.cc: casted timeout value to long long int.
@@ -27726,7 +27726,7 @@
2772627726
* HttpConnection.cc: Added Referer support.
2772727727
* main.cc: Added referer command-line option.
2772827728
* main.cc: Added rety-wait command-line option.
27729-
* Exception.h: Fixed formating bug in Exception::setMsg()
27729+
* Exception.h: Fixed formatting bug in Exception::setMsg()
2773027730
* SocketCore.{h,cc}:
2773127731
* Socket.{h, cc}:
2773227732
* Request.cc:

Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ endif # !HAVE_RST2HTML
3030
dist_noinst_DATA = LICENSE.OpenSSL
3131

3232
# Format source files using clang-format. Don't format source files
33-
# under deps directory since we are not responsible for thier coding
33+
# under deps directory since we are not responsible for their coding
3434
# style.
3535
clang-format:
3636
CLANGFORMAT=`git config --get clangformat.binary`; \

import-po

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ for file in "$WORK_DIR"/*.po; do
3939
# copy file to po directory
4040
echo "Moving \`$file' to \`$dst'..."
4141
mv "$file" "$dst"
42-
# Upate LINGUAS here too.
42+
# Update LINGUAS here too.
4343
echo -n " ${bn%.po}" >> "$PO_DIR"/LINGUAS
4444
done
4545

src/FeatureConfig.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ std::string usedCompilerAndPlatform()
293293

294294
rv << "\n built by " << BUILD;
295295
if (strcmp(BUILD, TARGET)) {
296-
rv << "\n targetting " << TARGET;
296+
rv << "\n targeting " << TARGET;
297297
}
298298
rv << "\n on " << __DATE__ << " " << __TIME__;
299299

0 commit comments

Comments
 (0)