Просмотр исходного кода

2009-05-27 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>

	Fixed typo
	* doc/aria2c.1.txt
	* src/usage_text.h
Tatsuhiro Tsujikawa 16 лет назад
Родитель
Сommit
afe1d551e8
4 измененных файлов с 10 добавлено и 4 удалено
  1. 6 0
      ChangeLog
  2. 2 2
      doc/aria2c.1.html
  3. 1 1
      doc/aria2c.1.txt
  4. 1 1
      src/usage_text.h

+ 6 - 0
ChangeLog

@@ -1,3 +1,9 @@
+2009-05-27  Tatsuhiro Tsujikawa  <t-tujikawa@users.sourceforge.net>
+
+	Fixed typo
+	* doc/aria2c.1.txt
+	* src/usage_text.h
+
 2009-05-27  Tatsuhiro Tsujikawa  <t-tujikawa@users.sourceforge.net>
 
 	Updated README for 1.4.0 release. Use new table syntax of

+ 2 - 2
doc/aria2c.1.html

@@ -1408,7 +1408,7 @@ writes the piece to the appropriate files.</td>
 </dt>
 <dd>
 <p>
-  Set max size of XML-RPC request. If aria2 detected the request is
+  Set max size of XML-RPC request. If aria2 detects the request is
   more than SIZE bytes, it drops connection. Default: <em>2M</em>
 </p>
 </dd>
@@ -3138,7 +3138,7 @@ files in the program, then also delete it here.</p></div>
 </div>
 <div id="footer">
 <div id="footer-text">
-Last updated 2009-05-27 00:44:00 JST
+Last updated 2009-05-27 21:37:30 JST
 </div>
 </div>
 </body>

+ 1 - 1
doc/aria2c.1.txt

@@ -537,7 +537,7 @@ XML-RPC Options
 
 *--xml-rpc-max-request-size*=SIZE::
 
-  Set max size of XML-RPC request. If aria2 detected the request is
+  Set max size of XML-RPC request. If aria2 detects the request is
   more than SIZE bytes, it drops connection. Default: '2M'
 
 *--xml-rpc-passwd*=PASSWD::

+ 1 - 1
src/usage_text.h

@@ -493,7 +493,7 @@ _(" --enable-xml-rpc[=true|false] Enable XML-RPC server.\n"\
   "                              option. See also --xml-rpc-listen-port option.")
 #define TEXT_XML_RPC_MAX_REQUEST_SIZE \
 _(" --xml-rpc-max-request-size=SIZE Set max size of XML-RPC request. If aria2\n"\
-  "                              detected the request is more than SIZE bytes, it\n"\
+  "                              detects the request is more than SIZE bytes, it\n"\
   "                              drops connection.")
 #define TEXT_XML_RPC_USER \
 _(" --xml-rpc-user=USER          Set XML-RPC user.")