Browse Source

Fixed typo

Tatsuhiro Tsujikawa 13 years ago
parent
commit
19798f09ae
2 changed files with 2 additions and 2 deletions
  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" \