diff --git a/src/main/org/apache/tools/ant/taskdefs/Redirector.java b/src/main/org/apache/tools/ant/taskdefs/Redirector.java index 458573e70..4081780a2 100644 --- a/src/main/org/apache/tools/ant/taskdefs/Redirector.java +++ b/src/main/org/apache/tools/ant/taskdefs/Redirector.java @@ -461,7 +461,7 @@ public class Redirector { * This opertaion will close any streams and create any specified * property values. * - * @throws IOException if the outptu properties cannot be read from their + * @throws IOException if the output properties cannot be read from their * output streams. */ public void complete() throws IOException { diff --git a/src/main/org/apache/tools/ant/taskdefs/compilers/Jikes.java b/src/main/org/apache/tools/ant/taskdefs/compilers/Jikes.java index 75b9d84fa..9c09049f1 100644 --- a/src/main/org/apache/tools/ant/taskdefs/compilers/Jikes.java +++ b/src/main/org/apache/tools/ant/taskdefs/compilers/Jikes.java @@ -74,7 +74,7 @@ import org.apache.tools.ant.types.Path; public class Jikes extends DefaultCompilerAdapter { /** - * Performs a compile using the Jikes compiler from IBM.. + * Performs a compile using the Jikes compiler from IBM. * Mostly of this code is identical to doClassicCompile() * However, it does not support all options like * bootclasspath, extdirs, deprecation and so on, because