From faa4668bbbfa687ff8b0afb873937b0eb92517bf Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sun, 5 Jul 2009 05:40:26 +0000 Subject: [PATCH] 2009-07-05 Tatsuhiro Tsujikawa Fixed typo * doc/aria2c.1.txt * src/usage_text.h --- ChangeLog | 6 ++++++ src/usage_text.h | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 77a4df88..69d39617 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-07-05 Tatsuhiro Tsujikawa + + Fixed typo + * doc/aria2c.1.txt + * src/usage_text.h + 2009-07-05 Tatsuhiro Tsujikawa Removed peer-id-prefix option from -i list. diff --git a/src/usage_text.h b/src/usage_text.h index 2d7cadbe..44920b8f 100644 --- a/src/usage_text.h +++ b/src/usage_text.h @@ -559,6 +559,6 @@ _(" --on-download-stop=COMMAND Set the command to be executed when download\n" " See --on-download-start option for the\n"\ " requirement of COMMAND.") #define TEXT_BT_STOP_TIMEOUT \ -_(" --bt-stop-timteout=SEC Stop BitTorrent download if download speed is 0\n"\ +_(" --bt-stop-timeout=SEC Stop BitTorrent download if download speed is 0\n"\ " and the number of seeder is 0 in consecutive NUM\n"\ " seconds. If 0 is given, this feature is disabled.")