Skip to content

Commit 14ad949

Browse files
khanhkhanhlelemihaibudiu
authored andcommitted
Fix typos in some files
1 parent 253ed46 commit 14ad949

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/src/main/java/org/apache/calcite/materialize/MutableNode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ void flatten(List<MutableNode> flatNodes) {
8888
}
8989
}
9090

91-
/** Returns whether this node is cylic, in an undirected sense; that is,
91+
/** Returns whether this node is cyclic, in an undirected sense; that is,
9292
* whether the same descendant can be reached by more than one route. */
9393
boolean isCyclic() {
9494
final Set<MutableNode> descendants = new HashSet<>();

site/_posts/2021-10-19-release-1.28.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ changes needed to be made:
7878
[`@Value.Immutable`](https://immutables.github.io/immutable.html#value)
7979
annotation.
8080
* Where `RelRule.Config` subclasses were nested 2+ classes deep, the
81-
interfaces have been marked deprecated and are superceded by new,
81+
interfaces have been marked deprecated and are superseded by new,
8282
uniquely named interfaces. The original Configs extend the new
8383
uniquely named interfaces. Subclassing these work as before and the
8484
existing rule signatures accept any previously implemented Config

0 commit comments

Comments
 (0)