--- old/modules/javafx.graphics/src/main/java/javafx/scene/layout/VBox.java 2018-04-07 06:50:51.989341500 +0300 +++ new/modules/javafx.graphics/src/main/java/javafx/scene/layout/VBox.java 2018-04-07 06:50:51.603806500 +0300 @@ -50,7 +50,7 @@ /** * VBox lays out its children in a single vertical column. - * If the vbox has a border and/or padding set, then the contents will be layed + * If the vbox has a border and/or padding set, then the contents will be laid * out within those insets. *

* VBox example: @@ -109,7 +109,7 @@ * Applications may restore the computed values by setting these properties back * to USE_COMPUTED_SIZE. *

- * VBox does not clip its content by default, so it is possible that childrens' + * VBox does not clip its content by default, so it is possible that children's * bounds may extend outside its own bounds if a child's min size prevents it from * being fit within the vbox.

*