diff --git a/xtandempipeline/src/fr/inra/pappso/xtandempipeline/ui/swt/Main_Windows.java b/xtandempipeline/src/fr/inra/pappso/xtandempipeline/ui/swt/Main_Windows.java
index 6fecdd3f64ebb0ed2ad49f67c302411dc0f60585..ccf007b83fd2ee897eef59d8593e11507018570f 100644
--- a/xtandempipeline/src/fr/inra/pappso/xtandempipeline/ui/swt/Main_Windows.java
+++ b/xtandempipeline/src/fr/inra/pappso/xtandempipeline/ui/swt/Main_Windows.java
@@ -194,7 +194,7 @@ public class Main_Windows {
 		layout.verticalSpacing = 10;
 		composite.setLayout(layout);
 		Label l1 = new Label(composite, SWT.NONE);
-		l1.setText("Select devoy database");
+		l1.setText("Select decoy database");
 		l1.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, true, false, 2, 1));
 		this.database_list = new List(composite, SWT.MULTI | SWT.V_SCROLL
 				| SWT.BORDER);