Author: dennisl
Date: Fri Jul 28 16:00:41 2006
New Revision: 426693

URL: http://svn.apache.org/viewvc?rev=426693&view=rev
Log:
o Fix typo in documentation.

Modified:
    maven/plugins/trunk/maven-checkstyle-plugin/src/site/apt/index.apt

Modified: maven/plugins/trunk/maven-checkstyle-plugin/src/site/apt/index.apt
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/src/site/apt/index.apt?rev=426693&r1=426692&r2=426693&view=diff
==============================================================================
--- maven/plugins/trunk/maven-checkstyle-plugin/src/site/apt/index.apt 
(original)
+++ maven/plugins/trunk/maven-checkstyle-plugin/src/site/apt/index.apt Fri Jul 
28 16:00:41 2006
@@ -20,7 +20,7 @@
 
    The Checkstyle Plugin has two goals:
 
-   * {{{checkstyle-mojo.html}checkstyle:checkstyle}} performs checkstyle 
analysis, and generates a report on violations.
+   * {{{checkstyle-mojo.html}checkstyle:checkstyle}} performs Checkstyle 
analysis and generates a report on violations.
 
    * {{{check-mojo.html}checkstyle:check}} performs a violation check against 
the last Checkstyle run to see if there are
      any violations. It reads the Checkstyle output file, counts the number of 
violations found and displays it on the


Reply via email to