Skip to content

Commit

Permalink
Fixed a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
olas committed Jul 5, 2010
1 parent 4064beb commit c6c6f68
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -80,7 +80,7 @@ public void createControl( Composite parent ) {
viewer.addSelectionChangedListener( this );

Button chkPickLargestFragment=new Button( comp, SWT.CHECK );
chkPickLargestFragment.setText( "If multiple fragments, pcik largest" );
chkPickLargestFragment.setText( "If multiple fragments, pick largest" );
GridData gd = new GridData(GridData.BEGINNING);
chkPickLargestFragment.setLayoutData( gd );
chkPickLargestFragment.addSelectionListener(new SelectionListener() {
Expand Down

0 comments on commit c6c6f68

Please sign in to comment.