You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by vs...@apache.org on 2008/07/24 01:48:34 UTC

svn commit: r679234 - /maven/plugins/trunk/maven-javadoc-plugin/src/main/java/org/apache/maven/plugin/javadoc/AbstractJavadocMojo.java

Author: vsiveton
Date: Wed Jul 23 16:48:34 2008
New Revision: 679234

URL: http://svn.apache.org/viewvc?rev=679234&view=rev
Log:
o fixed typo

Modified:
    maven/plugins/trunk/maven-javadoc-plugin/src/main/java/org/apache/maven/plugin/javadoc/AbstractJavadocMojo.java

Modified: maven/plugins/trunk/maven-javadoc-plugin/src/main/java/org/apache/maven/plugin/javadoc/AbstractJavadocMojo.java
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/src/main/java/org/apache/maven/plugin/javadoc/AbstractJavadocMojo.java?rev=679234&r1=679233&r2=679234&view=diff
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/src/main/java/org/apache/maven/plugin/javadoc/AbstractJavadocMojo.java (original)
+++ maven/plugins/trunk/maven-javadoc-plugin/src/main/java/org/apache/maven/plugin/javadoc/AbstractJavadocMojo.java Wed Jul 23 16:48:34 2008
@@ -224,7 +224,7 @@
     protected MavenProject project;
 
     /**
-     * Specify if the javadoc should operate in offline mode.
+     * Specify if the Javadoc should operate in offline mode.
      *
      * @parameter default-value="${settings.offline}"
      * @required
@@ -233,7 +233,7 @@
     private boolean isOffline;
 
     /**
-     * Specifies the Javadoc ressources directory to be included in the Javadoc (i.e. package.html, images...).
+     * Specifies the Javadoc resources directory to be included in the Javadoc (i.e. package.html, images...).
      *
      * @since 2.1
      * @parameter expression="${basedir}/src/main/javadoc"
@@ -264,8 +264,8 @@
     private String additionalJOption;
 
     /**
-     * A list of artifacts containing resources which sould be copied into the
-     * javadoc output directory (like stylesheets, icons, etc.).
+     * A list of artifacts containing resources which should be copied into the
+     * Javadoc output directory (like stylesheets, icons, etc.).
      * <br/>
      * Example:
      * <pre>
@@ -346,7 +346,7 @@
     private float fJavadocVersion = 0.0f;
 
     /**
-     * Specifies whether the javadoc generation should be skipped.
+     * Specifies whether the Javadoc generation should be skipped.
      *
      * @since 2.5
      * @parameter expression="${maven.javadoc.skip}" default-value="false"