Bug 575684 - Hovering on the class link in Hello World Command project
gives wrong spelling of implements 

Change-Id: If7f3f169c0c009f47ff4f32fbcf2494d11107575
Signed-off-by: Vikas Chandra <Vikas.Chandra@in.ibm.com>
Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/184563
Tested-by: Mickael Istria <mistria@redhat.com>
Reviewed-by: Mickael Istria <mistria@redhat.com>
diff --git a/bundles/org.eclipse.ui/schema/handlers.exsd b/bundles/org.eclipse.ui/schema/handlers.exsd
index 3e5fc03..8492075 100644
--- a/bundles/org.eclipse.ui/schema/handlers.exsd
+++ b/bundles/org.eclipse.ui/schema/handlers.exsd
@@ -86,7 +86,7 @@
          <attribute name="class" type="string">
             <annotation>
                <documentation>
-                  &lt;p&gt;The handler class that imlements &lt;code&gt;org.eclipse.core.commands.IHandler&lt;/code&gt; or extends &lt;code&gt;org.eclipse.core.commands.AbstractHandler&lt;/code&gt;.&lt;/p&gt;
+                  &lt;p&gt;The handler class that implements &lt;code&gt;org.eclipse.core.commands.IHandler&lt;/code&gt; or extends &lt;code&gt;org.eclipse.core.commands.AbstractHandler&lt;/code&gt;.&lt;/p&gt;
                </documentation>
                <appinfo>
                   <meta.attribute kind="java" basedOn="org.eclipse.core.commands.IHandler"/>
@@ -169,7 +169,7 @@
          <attribute name="class" type="string">
             <annotation>
                <documentation>
-                  &lt;p&gt;The handler class that imlements &lt;code&gt;org.eclipse.core.commands.IHandler&lt;/code&gt; or extends &lt;code&gt;org.eclipse.core.commands.AbstractHandler&lt;/code&gt;.&lt;/p&gt;
+                  &lt;p&gt;The handler class that implements &lt;code&gt;org.eclipse.core.commands.IHandler&lt;/code&gt; or extends &lt;code&gt;org.eclipse.core.commands.AbstractHandler&lt;/code&gt;.&lt;/p&gt;
                </documentation>
                <appinfo>
                   <meta.attribute kind="java" basedOn="org.eclipse.core.commands.IHandler"/>