瀏覽代碼

Fixed typo

Tatsuhiro Tsujikawa 13 年之前
父節點
當前提交
19798f09ae
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      doc/manual-src/en/aria2c.rst
  2. 1 1
      src/usage_text.h

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

@@ -623,7 +623,7 @@ BitTorrent Specific Options
 .. option:: --bt-remove-unselected-file[=true|false]
 
    Removes the unselected files when download is completed in
-   BitTorrent. To selecting files, use
+   BitTorrent. To select files, use
    :option:`--select-file` option. If it is
    not used, all files are assumed to be selected. Please use this
    option with care because it will actually remove files from your

+ 1 - 1
src/usage_text.h

@@ -870,7 +870,7 @@
 #define TEXT_BT_REMOVE_UNSELECTED_FILE                                  \
   _(" --bt-remove-unselected-file[=true|false] Removes the unselected files when\n" \
     "                              download is completed in BitTorrent. To\n" \
-    "                              selecting files, use --select-file option. If\n" \
+    "                              select files, use --select-file option. If\n" \
     "                              it is not used, all files are assumed to be\n" \
     "                              selected. Please use this option with care\n" \
     "                              because it will actually remove files from\n" \