This is an automated email from the ASF dual-hosted git repository.
khmarbaise pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 62438bb Fix typos
62438bb is described below
commit 62438bbea2c47ce380314f5433dddcf3874b468d
Author: Georgios Andrianakis <[email protected]>
AuthorDate: Fri May 3 17:24:13 2019 +0300
Fix typos
---
.../java/org/apache/maven/plugin/compiler/AbstractCompilerMojo.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/src/main/java/org/apache/maven/plugin/compiler/AbstractCompilerMojo.java
b/src/main/java/org/apache/maven/plugin/compiler/AbstractCompilerMojo.java
index c53fe78..93394d8 100644
--- a/src/main/java/org/apache/maven/plugin/compiler/AbstractCompilerMojo.java
+++ b/src/main/java/org/apache/maven/plugin/compiler/AbstractCompilerMojo.java
@@ -1550,7 +1550,7 @@ public abstract class AbstractCompilerMojo
/**
* We just compare the timestamps of all local dependency files
(inter-module dependency classpath) and the own
- * generated classes and if we got a file which is >= the buid-started
timestamp, then we catched a file which
+ * generated classes and if we got a file which is >= the build-started
timestamp, then we caught a file which
* got changed during this build.
*
* @return <code>true</code> if at least one single dependency has changed.