From 19798f09aea1eb6463d32531733c60e50fa26168 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sat, 12 May 2012 19:33:33 +0900 Subject: [PATCH] Fixed typo --- doc/manual-src/en/aria2c.rst | 2 +- src/usage_text.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/manual-src/en/aria2c.rst b/doc/manual-src/en/aria2c.rst index 7d6fa8137a..5fe030a0cb 100644 --- a/doc/manual-src/en/aria2c.rst +++ b/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 diff --git a/src/usage_text.h b/src/usage_text.h index e762c4ce6c..32a5a39ceb 100644 --- a/src/usage_text.h +++ b/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" \