You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by lu...@apache.org on 2022/03/25 10:27:45 UTC

[drill] branch master updated: [MINOR UPDATE] Fix the word spelling error (#2502)

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

luoc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git


The following commit(s) were added to refs/heads/master by this push:
     new 3c2c06b  [MINOR UPDATE] Fix the word spelling error (#2502)
3c2c06b is described below

commit 3c2c06befd84488195882ef57505f8241d013566
Author: xzh <95...@qq.com>
AuthorDate: Fri Mar 25 18:27:38 2022 +0800

    [MINOR UPDATE] Fix the word spelling error (#2502)
---
 .../java/org/apache/drill/exec/compile/ClassCompilerSelector.java     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/exec/java-exec/src/main/java/org/apache/drill/exec/compile/ClassCompilerSelector.java b/exec/java-exec/src/main/java/org/apache/drill/exec/compile/ClassCompilerSelector.java
index 64ede6c..f35942e 100644
--- a/exec/java-exec/src/main/java/org/apache/drill/exec/compile/ClassCompilerSelector.java
+++ b/exec/java-exec/src/main/java/org/apache/drill/exec/compile/ClassCompilerSelector.java
@@ -49,7 +49,7 @@ import org.codehaus.commons.compiler.CompileException;
  * generated Java code to the log file prior to compilation. This option
  * adds line numbers to the logged code.</dd>
  * <dt>exec.java_compiler_janino_maxsize</dt>
- * <dd>The maximum size of code that the Janio compiler can handle. Larger code is
+ * <dd>The maximum size of code that the Janino compiler can handle. Larger code is
  * handled by the JDK compiler. Defaults to 256K.</dd>
  * </dl>
  * <h4>Configuration Options</h4>
@@ -159,4 +159,4 @@ public class ClassCompilerSelector {
       return janinoClassCompiler;
     }
   }
-}
\ No newline at end of file
+}