--- old/src/java.desktop/share/classes/java/awt/GridBagConstraints.java 2014-09-10 15:12:00.135451600 +0400 +++ new/src/java.desktop/share/classes/java/awt/GridBagConstraints.java 2014-09-10 15:11:59.763844200 +0400 @@ -556,7 +556,7 @@ transient int ascent; transient int descent; transient Component.BaselineResizeBehavior baselineResizeBehavior; - // The folllowing two fields are used if the baseline type is + // The following two fields are used if the baseline type is // CENTER_OFFSET. // centerPadding is either 0 or 1 and indicates if // the height needs to be padded by one when calculating where the