src/java.desktop/share/classes/java/awt/GridBagConstraints.java

Print this page

        

@@ -554,11 +554,11 @@
     // one of BASELINE, BASELINE_LEADING or BASELINE_TRAILING.
     // ascent and descent include the insets and ipady values.
     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
     // baseline lands
     transient int centerPadding;