--- old/modules/javafx.graphics/src/main/java/javafx/scene/layout/HBox.java 2018-04-07 06:50:40.885523200 +0300 +++ new/modules/javafx.graphics/src/main/java/javafx/scene/layout/HBox.java 2018-04-07 06:50:40.431518400 +0300 @@ -52,7 +52,7 @@ /** * HBox lays out its children in a single horizontal row. - * If the hbox has a border and/or padding set, then the contents will be layed + * If the hbox has a border and/or padding set, then the contents will be laid * out within those insets. *

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

- * HBox does not clip its content by default, so it is possible that childrens' + * HBox 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 hbox.

*