Dan Church 3 년 전
부모
커밋
de99fc170e
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      doc/manual-src/en/aria2c.rst
  2. 1 1
      doc/manual-src/pt/aria2c.rst
  3. 1 1
      src/usage_text.h

+ 1 - 1
doc/manual-src/en/aria2c.rst

@@ -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.

+ 1 - 1
doc/manual-src/pt/aria2c.rst

@@ -1206,7 +1206,7 @@ Opções Avançadas
   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.

+ 1 - 1
src/usage_text.h

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