mirror of https://github.com/aria2/aria2
2009-11-28 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Fixed typo * src/DownloadContext.hpull/1/head
parent
591e9fa843
commit
0390fae213
|
@ -1,3 +1,8 @@
|
|||
2009-11-28 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Fixed typo
|
||||
* src/DownloadContext.h
|
||||
|
||||
2009-11-28 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Use createRequestGroupForBitTorrent()
|
||||
|
|
|
@ -216,7 +216,7 @@ public:
|
|||
|
||||
void setFileFilter(IntSequence seq);
|
||||
|
||||
// Sets file path for spcified index. index starts from 1. The index
|
||||
// Sets file path for specified index. index starts from 1. The index
|
||||
// is the same used in setFileFilter(). Please note that path is
|
||||
// not the actual file path. The actual file path is
|
||||
// getDir()+"/"+path.
|
||||
|
|
Loading…
Reference in New Issue