Bug 464960: Hello World SWT Tutorial References Deprecated(?) 'Import Plug-ins and Fragments' && 'Click to Perform' Results in Error

Signed-off-by: Noopur Gupta <noopur_gupta@in.ibm.com>
diff --git a/org.eclipse.jdt/cheatsheets/HelloWorldSWT.xml b/org.eclipse.jdt/cheatsheets/HelloWorldSWT.xml
index 9a0ff71..64a112a 100644
--- a/org.eclipse.jdt/cheatsheets/HelloWorldSWT.xml
+++ b/org.eclipse.jdt/cheatsheets/HelloWorldSWT.xml
@@ -59,7 +59,7 @@
    </item>
    <item title="Verify the SWT Project in workspace" skip="false">
       <description>
-		Verify that a SWT project has been created in your workspace in the format <b>org.eclipse.swt.{platform}.{os}.{arch}</b>
+		Verify that an SWT project has been created in your workspace in the format <b>org.eclipse.swt.{platform}.{os}.{arch}</b>
 		(or just <b>org.eclipse.swt</b> if you've imported the project from an archive).<br/><br/>
 		If not, make sure that you have completed either one of the above <b>Import the SWT project</b> steps.<br/><br/>
 		Click on <b>Click when complete</b> to go to the next step.