--- old/modules/javafx.graphics/src/main/java/javafx/scene/layout/BorderPane.java 2018-04-07 06:50:32.488304500 +0300 +++ new/modules/javafx.graphics/src/main/java/javafx/scene/layout/BorderPane.java 2018-04-07 06:50:32.085838500 +0300 @@ -118,7 +118,7 @@ * Applications may restore the computed values by setting these properties back * to Region.USE_COMPUTED_SIZE. *

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

*