浏览代码

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