Clean and comments.
[lgpl/argeo-commons.git] / org.argeo.eclipse.ui / src / org / argeo / eclipse / ui / EclipseUiUtils.java
index 8e1c7e63210cd34b75caff9b901d6f9bdf0585ec..3455577ceac63e7679071eb1acf994850b27e759 100644 (file)
@@ -27,13 +27,13 @@ import org.eclipse.swt.widgets.Text;
 /** Utilities to simplify UI development. */
 public class EclipseUiUtils {
        /**
-        * Create a label and a text field for a grid layout, the text field grabing
+        * Create a label and a text field for a grid layout, the text field grabbing
         * excess horizontal
         * 
         * @param parent
         *            the parent composite
         * @param label
-        *            the lable to display
+        *            the label to display
         * @param modifyListener
         *            a {@link ModifyListener} to listen on events on the text, can
         *            be null
@@ -64,7 +64,7 @@ public class EclipseUiUtils {
        }
 
        /**
-        * Creates one label and a text field not editable with background color of
+        * Creates one label and a text field not editable with background colour of
         * the parent (like a label but with selectable text)
         */
        public static Text createGridLL(Composite parent, String label, String text) {