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

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


The following commit(s) were added to refs/heads/master by this push:
     new 24a7a1b  [CALCITE-2875] fix some misspellings in RelOptListener 
(Chunwei Lei)
24a7a1b is described below

commit 24a7a1b49bc4fb9f089031625f1a7ee052524125
Author: chunwei.lcw <[email protected]>
AuthorDate: Tue Feb 26 14:24:03 2019 +0800

    [CALCITE-2875] fix some misspellings in RelOptListener (Chunwei Lei)
    
    Close apache/calcite#1069
---
 core/src/main/java/org/apache/calcite/plan/RelOptListener.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/src/main/java/org/apache/calcite/plan/RelOptListener.java 
b/core/src/main/java/org/apache/calcite/plan/RelOptListener.java
index fdc8173..ef74980 100644
--- a/core/src/main/java/org/apache/calcite/plan/RelOptListener.java
+++ b/core/src/main/java/org/apache/calcite/plan/RelOptListener.java
@@ -73,7 +73,7 @@ public interface RelOptListener extends EventListener {
   /**
    * Notifies this listener that a relational expression has been chosen as
    * part of the final implementation of the query plan. After the plan is
-   * copmlete, this is called one more time with null for the rel.
+   * complete, this is called one more time with null for the rel.
    *
    * @param event details about the event
    */
@@ -154,7 +154,7 @@ public interface RelOptListener extends EventListener {
     }
   }
 
-  /** Event indicating that a planner rule has been attemptedd. */
+  /** Event indicating that a planner rule has been attempted. */
   class RuleAttemptedEvent extends RuleEvent {
     private final boolean before;
 

Reply via email to