--- old/src/java.desktop/share/classes/java/awt/BorderLayout.java 2014-09-10 15:11:16.416549100 +0400 +++ new/src/java.desktop/share/classes/java/awt/BorderLayout.java 2014-09-10 15:11:16.200942000 +0400 @@ -74,7 +74,7 @@ * For example, if you add components using both the NORTH * and PAGE_START constants in a container whose * orientation is LEFT_TO_RIGHT, only the - * PAGE_START will be layed out. + * PAGE_START will be laid out. *

* NOTE: Currently (in the Java 2 platform v1.2), * BorderLayout does not support vertical @@ -211,7 +211,7 @@ * For example, if you add components using both the NORTH * and BEFORE_FIRST_LINE constants in a container whose * orientation is LEFT_TO_RIGHT, only the - * BEFORE_FIRST_LINE will be layed out. + * BEFORE_FIRST_LINE will be laid out. * This will be the same for lastLine, firstItem, lastItem. * @serial */