Skip to content

Commit

Permalink
Fix typos in JavaBackendPropertyPage.java
Browse files Browse the repository at this point in the history
  • Loading branch information
apupier authored and laeubi committed Aug 16, 2023
1 parent dc0b97f commit a9f72bc
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ private Text createGlueOption(Composite composite) {
text.setLayoutData(gd);
text.setText(getGlueOption(getResource()));
text.setToolTipText(
"The Glue option defines wich packages are scanned for glue code, seperate multiple packages by comma");
"The Glue option defines which packages are scanned for glue code, separate multiple packages by comma");
return text;
}

Expand All @@ -111,7 +111,7 @@ private void createInfo(Composite parent) {
gd.grabExcessHorizontalSpace = true;
gd.horizontalSpan = 2;
label.setText(
"Here you can configure the Options for the Java Backend, options relate closeley to thos used in the CLI");
"Here you can configure the Options for the Java Backend, options relate closely to those used in the CLI");
new Label(parent, SWT.SEPARATOR | SWT.HORIZONTAL).setLayoutData(gd);
}

Expand All @@ -131,4 +131,4 @@ public boolean performOk() {
return true;
}

}
}

0 comments on commit a9f72bc

Please sign in to comment.