X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=org.argeo.eclipse.ui%2Fsrc%2Forg%2Fargeo%2Feclipse%2Fui%2FEclipseUiUtils.java;h=3455577ceac63e7679071eb1acf994850b27e759;hb=f2688921e89c75ee626ff79b64105c577c415cca;hp=8e1c7e63210cd34b75caff9b901d6f9bdf0585ec;hpb=e61dd9dda88354091625cca85aa7c96d196688b3;p=lgpl%2Fargeo-commons.git diff --git a/org.argeo.eclipse.ui/src/org/argeo/eclipse/ui/EclipseUiUtils.java b/org.argeo.eclipse.ui/src/org/argeo/eclipse/ui/EclipseUiUtils.java index 8e1c7e632..3455577ce 100644 --- a/org.argeo.eclipse.ui/src/org/argeo/eclipse/ui/EclipseUiUtils.java +++ b/org.argeo.eclipse.ui/src/org/argeo/eclipse/ui/EclipseUiUtils.java @@ -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) {