fixed javadoc

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1486128 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/dependencymanager/test/src/main/java/org/apache/felix/dm/test/bundle/annotation/factory/MyService.java b/dependencymanager/test/src/main/java/org/apache/felix/dm/test/bundle/annotation/factory/MyService.java
index 7f42ffa..29129c8 100644
--- a/dependencymanager/test/src/main/java/org/apache/felix/dm/test/bundle/annotation/factory/MyService.java
+++ b/dependencymanager/test/src/main/java/org/apache/felix/dm/test/bundle/annotation/factory/MyService.java
@@ -33,7 +33,7 @@
 import org.apache.felix.dm.test.bundle.annotation.sequencer.Sequencer;
 
 /**
- * This service is instantaited using a "factory set" from the
+ * This service is instantiated using a "factory set" from the
  * ServiceFactoryAnnotationTest class.
  * 
  * @see org.apache.felix.dm.test.annotation.ServiceFactoryAnnotationTest