Fix typos
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 @@
 
     /**
      * 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.