You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2009/08/13 17:17:25 UTC

svn commit: r803926 - /maven/plugins/trunk/maven-linkcheck-plugin/src/main/java/org/apache/maven/plugins/linkcheck/LinkcheckReport.java

Author: hboutemy
Date: Thu Aug 13 15:17:20 2009
New Revision: 803926

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

Modified:
    maven/plugins/trunk/maven-linkcheck-plugin/src/main/java/org/apache/maven/plugins/linkcheck/LinkcheckReport.java

Modified: maven/plugins/trunk/maven-linkcheck-plugin/src/main/java/org/apache/maven/plugins/linkcheck/LinkcheckReport.java
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-linkcheck-plugin/src/main/java/org/apache/maven/plugins/linkcheck/LinkcheckReport.java?rev=803926&r1=803925&r2=803926&view=diff
==============================================================================
--- maven/plugins/trunk/maven-linkcheck-plugin/src/main/java/org/apache/maven/plugins/linkcheck/LinkcheckReport.java (original)
+++ maven/plugins/trunk/maven-linkcheck-plugin/src/main/java/org/apache/maven/plugins/linkcheck/LinkcheckReport.java Thu Aug 13 15:17:20 2009
@@ -374,7 +374,7 @@
             // if the site was not already generated, invoke it
             if ( documents == null || ( documents != null && documents.size() == 0 ) )
             {
-                getLog().info( "Try to invoke the maven-site-plugin to be sure that all files are generated..." );
+                getLog().info( "Trying to invoke the maven-site-plugin to be sure that all files are generated..." );
 
                 try
                 {