Skip to content

Commit

Permalink
Typo fix: activty
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Feb 17, 2011
1 parent e4c34fd commit eb8d775
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -422,7 +422,7 @@ else if(selected == false){
}
});
label = new Label(container, SWT.NONE);
label.setText("Look at activty span: ");
label.setText("Look at activity span: ");
label.setToolTipText("The graph don't consider limited search, will display for all available compounds");
gridData = new GridData();
gridData.horizontalSpan=1;
Expand Down
Expand Up @@ -409,7 +409,7 @@ else if(selected == false){
}
});
label = new Label(container, SWT.NONE);
label.setText("Look at activty span: ");
label.setText("Look at activity span: ");
gridData = new GridData();
gridData.horizontalSpan=1;
label.setLayoutData(gridData);
Expand Down

0 comments on commit eb8d775

Please sign in to comment.