Author: dennisl
Date: Mon Sep 15 19:35:18 2014
New Revision: 1625128
URL: http://svn.apache.org/r1625128
Log:
Fix typo.
Modified:
maven/plugins/trunk/maven-javadoc-plugin/pom.xml
Modified: maven/plugins/trunk/maven-javadoc-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/pom.xml?rev=1625128&r1=1625127&r2=1625128&view=diff
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-javadoc-plugin/pom.xml Mon Sep 15 19:35:18 2014
@@ -299,7 +299,7 @@ under the License.
<exclude>**/*package-list*</exclude>
<!-- This file is used to patch the generated Javadoc html files
-->
<exclude>src/main/resources/org/apache/maven/plugin/javadoc/frame-injection-fix.txt</exclude>
- <!-- Original POM file tha is used in a repository -->
+ <!-- Original POM file that is used in a repository -->
<exclude>src/test/resources/unit/test-javadoc-test/junit/junit/3.8.1/junit-3.8.1.pom</exclude>
</excludes>
</configuration>