mirror of
https://github.com/aria2/aria2.git
synced 2025-04-06 22:17:38 +03:00
Fix typo
This commit is contained in:
parent
9f5fdb4e10
commit
2aa8e01836
4 changed files with 15 additions and 15 deletions
|
@ -254,7 +254,7 @@ bool HttpResponseCommand::executeInternal()
|
|||
fe->setLength(totalLength);
|
||||
if (fe->getPath().empty()) {
|
||||
fe->setPath(util::createSafePath(getOption()->get(PREF_DIR),
|
||||
httpResponse->determinFilename()));
|
||||
httpResponse->determineFilename()));
|
||||
}
|
||||
fe->setContentType(httpResponse->getContentType());
|
||||
grp->preDownloadProcessing();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue