Author: hboutemy
Date: Mon Apr 19 22:55:10 2010
New Revision: 935764

URL: http://svn.apache.org/viewvc?rev=935764&view=rev
Log:
fixed typos

Modified:
    
maven/plugins/trunk/maven-pmd-plugin/src/main/java/org/apache/maven/plugin/pmd/AbstractPmdViolationCheckMojo.java
    
maven/plugins/trunk/maven-pmd-plugin/src/main/java/org/apache/maven/plugin/pmd/PmdReport.java
    
maven/plugins/trunk/maven-pmd-plugin/src/main/java/org/apache/maven/plugin/pmd/PmdViolationCheckMojo.java

Modified: 
maven/plugins/trunk/maven-pmd-plugin/src/main/java/org/apache/maven/plugin/pmd/AbstractPmdViolationCheckMojo.java
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-pmd-plugin/src/main/java/org/apache/maven/plugin/pmd/AbstractPmdViolationCheckMojo.java?rev=935764&r1=935763&r2=935764&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-pmd-plugin/src/main/java/org/apache/maven/plugin/pmd/AbstractPmdViolationCheckMojo.java
 (original)
+++ 
maven/plugins/trunk/maven-pmd-plugin/src/main/java/org/apache/maven/plugin/pmd/AbstractPmdViolationCheckMojo.java
 Mon Apr 19 22:55:10 2010
@@ -91,7 +91,7 @@ public abstract class AbstractPmdViolati
     private boolean verbose;
 
     /**
-     * The project to analyse.
+     * The project to analyze.
      *
      * @parameter expression="${project}"
      * @required

Modified: 
maven/plugins/trunk/maven-pmd-plugin/src/main/java/org/apache/maven/plugin/pmd/PmdReport.java
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-pmd-plugin/src/main/java/org/apache/maven/plugin/pmd/PmdReport.java?rev=935764&r1=935763&r2=935764&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-pmd-plugin/src/main/java/org/apache/maven/plugin/pmd/PmdReport.java
 (original)
+++ 
maven/plugins/trunk/maven-pmd-plugin/src/main/java/org/apache/maven/plugin/pmd/PmdReport.java
 Mon Apr 19 22:55:10 2010
@@ -72,7 +72,7 @@ public class PmdReport
     extends AbstractPmdReport
 {
     /**
-     * The target JDK to analyse based on. Should match the target used in the 
compiler plugin. Valid values are
+     * The target JDK to analyze based on. Should match the target used in the 
compiler plugin. Valid values are
      * currently <code>1.3</code>, <code>1.4</code>, <code>1.5</code> and 
<code>1.6</code>.
      * <p>
      * <b>Note:</b> support for <code>1.6</code> was added in version 2.3 of 
this plugin.

Modified: 
maven/plugins/trunk/maven-pmd-plugin/src/main/java/org/apache/maven/plugin/pmd/PmdViolationCheckMojo.java
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-pmd-plugin/src/main/java/org/apache/maven/plugin/pmd/PmdViolationCheckMojo.java?rev=935764&r1=935763&r2=935764&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-pmd-plugin/src/main/java/org/apache/maven/plugin/pmd/PmdViolationCheckMojo.java
 (original)
+++ 
maven/plugins/trunk/maven-pmd-plugin/src/main/java/org/apache/maven/plugin/pmd/PmdViolationCheckMojo.java
 Mon Apr 19 22:55:10 2010
@@ -43,7 +43,7 @@ public class PmdViolationCheckMojo
     /**
      * What priority level to fail the build on. Failures at or above this 
level
      * will stop the build. Anything below will be warnings and will be
-     * displayed in the build output if verbose=true. Note: Minumum Priority = 
5
+     * displayed in the build output if verbose=true. Note: Minimum Priority = 
5
      * Maximum Priority = 0
      *
      * @parameter expression="${pmd.failurePriority}" default-value="5"


Reply via email to