Author: vmassol Date: Wed Mar 29 08:54:41 2006 New Revision: 389830 URL: http://svn.apache.org/viewcvs?rev=389830&view=rev Log: typo fix
Modified: maven/plugins/trunk/maven-clover-plugin/src/site/apt/howto.apt Modified: maven/plugins/trunk/maven-clover-plugin/src/site/apt/howto.apt URL: http://svn.apache.org/viewcvs/maven/plugins/trunk/maven-clover-plugin/src/site/apt/howto.apt?rev=389830&r1=389829&r2=389830&view=diff ============================================================================== --- maven/plugins/trunk/maven-clover-plugin/src/site/apt/howto.apt (original) +++ maven/plugins/trunk/maven-clover-plugin/src/site/apt/howto.apt Wed Mar 29 08:54:41 2006 @@ -138,7 +138,7 @@ Controlling the master report generation By default if you execute <<<mvn clover:clover>>> or <<<mvn site>>> on a multimodule build, the Clover plguin will - automatically generate a master report aggreating all individual module reports. To disable this feature, use for + automatically generate a master report aggregating all individual module reports. To disable this feature, use for example: +--------