Merge pull request #1877 from h3xx/fix-doc-typo

Fix typo in documentation, --help text
This commit is contained in:
Tatsuhiro Tsujikawa 2022-04-03 18:32:21 +09:00 committed by GitHub
commit aaf090d1a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -1359,7 +1359,7 @@ Advanced Options
your best choice. It allocates large(few GiB)
files almost instantly. Don't use ``falloc`` with
legacy file systems such as ext3 and FAT32 because it takes
almost same time as ``prealloc`` and it blocks aria2
almost the same time as ``prealloc`` and it blocks aria2
entirely until allocation finishes. ``falloc`` may
not be available if your system doesn't have
:manpage:`posix_fallocate(3)` function.