This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-jxr.git


The following commit(s) were added to refs/heads/master by this push:
     new b1bc166  Fix typos in AbstractJxrReport.
b1bc166 is described below

commit b1bc166e6335f1526ef902f49ab59b32f3475ab1
Author: Bhavana Hindupur <bhavana.hindu...@gmail.com>
AuthorDate: Sun Nov 12 08:53:46 2017 -0500

    Fix typos in AbstractJxrReport.
---
 .../src/main/java/org/apache/maven/plugin/jxr/AbstractJxrReport.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/maven-jxr-plugin/src/main/java/org/apache/maven/plugin/jxr/AbstractJxrReport.java
 
b/maven-jxr-plugin/src/main/java/org/apache/maven/plugin/jxr/AbstractJxrReport.java
index 43b4c73..199e15a 100644
--- 
a/maven-jxr-plugin/src/main/java/org/apache/maven/plugin/jxr/AbstractJxrReport.java
+++ 
b/maven-jxr-plugin/src/main/java/org/apache/maven/plugin/jxr/AbstractJxrReport.java
@@ -474,11 +474,11 @@ public abstract class AbstractJxrReport
             }
             catch ( JxrException e )
             {
-                throw new MavenReportException( "Error while generating the 
HTML source code of the projet.", e );
+                throw new MavenReportException( "Error while generating the 
HTML source code of the project.", e );
             }
             catch ( IOException e )
             {
-                throw new MavenReportException( "Error while generating the 
HTML source code of the projet.", e );
+                throw new MavenReportException( "Error while generating the 
HTML source code of the project.", e );
             }
         }
     }

-- 
To stop receiving notification emails like this one, please contact
['"commits@maven.apache.org" <commits@maven.apache.org>'].

Reply via email to