Author: ggregory
Date: Sat May 11 12:40:46 2013
New Revision: 1481313
URL: http://svn.apache.org/r1481313
Log:
Fix typos.
Modified:
httpcomponents/httpasyncclient/trunk/BUILDING.txt
Modified: httpcomponents/httpasyncclient/trunk/BUILDING.txt
URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/trunk/BUILDING.txt?rev=1481313&r1=1481312&r2=1481313&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/trunk/BUILDING.txt (original)
+++ httpcomponents/httpasyncclient/trunk/BUILDING.txt Sat May 11 12:40:46 2013
@@ -34,7 +34,7 @@ where <VERSION> is the release version
(4) Building documentation
-Execute the following command in order to generate javadoc:
+Execute the following commands in order to generate Javadoc:
mvn install
mvn javadoc:aggregate
|