Fix typo

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk/eventadmin/impl@1004977 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/main/java/org/apache/felix/eventadmin/impl/MetaTypeProviderImpl.java b/src/main/java/org/apache/felix/eventadmin/impl/MetaTypeProviderImpl.java
index 736a2f6..0ccc102 100644
--- a/src/main/java/org/apache/felix/eventadmin/impl/MetaTypeProviderImpl.java
+++ b/src/main/java/org/apache/felix/eventadmin/impl/MetaTypeProviderImpl.java
@@ -119,7 +119,7 @@
                     "pure optimization! The value is a list of strings. If a string ends with a dot, " +
                     "all handlers in exactly this package are ignored. If the string ends with a star, " +
                     "all handlers in this package and all subpackages are ignored. If the string neither " +
-                    "ends with a dot nor with a start, this is assumed to define an exact class name.",
+                    "ends with a dot nor with a star, this is assumed to define an exact class name.",
                     AttributeDefinition.STRING, m_ignoreTimeout, Integer.MAX_VALUE, null, null));
             ocd = new ObjectClassDefinition()
             {