diff --git a/headless-services/commons/commons-yaml/src/main/java/org/springframework/ide/vscode/commons/yaml/path/AbstractYamlTraversal.java b/headless-services/commons/commons-yaml/src/main/java/org/springframework/ide/vscode/commons/yaml/path/AbstractYamlTraversal.java index 0e898d747..4f0472af0 100644 --- a/headless-services/commons/commons-yaml/src/main/java/org/springframework/ide/vscode/commons/yaml/path/AbstractYamlTraversal.java +++ b/headless-services/commons/commons-yaml/src/main/java/org/springframework/ide/vscode/commons/yaml/path/AbstractYamlTraversal.java @@ -17,8 +17,8 @@ import org.springframework.ide.vscode.commons.yaml.util.Streams; /** * Abstract superclass for implementing concrete {@link YamlTraversal}s. *
- * Note that allthoigh this class provides a default implementation for both - * `traverse` and `traverseAmbiguously`, at least one of these methods *must* + * Note that allthough this class provides a default implementation for both + * `traverse` and `traverseAmbiguously`, at least one of these methods must * be overridden by the subclass (otherwise the methods will just call eachother * in a infinite recursion loop). *