minor comment fix

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@960402 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/dependencymanager/samples.annotation/src/main/java/org/apache/felix/dm/samples/annotation/DictionaryAspect.java b/dependencymanager/samples.annotation/src/main/java/org/apache/felix/dm/samples/annotation/DictionaryAspect.java
index ff65610..88567d4 100644
--- a/dependencymanager/samples.annotation/src/main/java/org/apache/felix/dm/samples/annotation/DictionaryAspect.java
+++ b/dependencymanager/samples.annotation/src/main/java/org/apache/felix/dm/samples/annotation/DictionaryAspect.java
@@ -22,8 +22,8 @@
 import org.osgi.service.log.LogService;
 
 /**
- * This aspect applies to the English DictionaryService, and allow to decorate it with some
- * custom english words, which are configurable from webconsole.
+ * This aspect applies to the English DictionaryService, and allows to decorate it with some
+ * custom English words, which are configurable from WebConsole.
  */
 @AspectService(ranking = 10, filter = "(lang=en)")
 public class DictionaryAspect implements DictionaryService