Cleanup: comment spelling

This commit is contained in:
Kris De Volder
2017-04-22 10:57:30 -07:00
parent c344c13e5e
commit 411ea55bbb

View File

@@ -17,8 +17,8 @@ import org.springframework.ide.vscode.commons.yaml.util.Streams;
/**
* Abstract superclass for implementing concrete {@link YamlTraversal}s.
* <p>
* 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 <b>must<b>
* be overridden by the subclass (otherwise the methods will just call eachother
* in a infinite recursion loop).
* <p>