Fixed some errors in the comments.


git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@556664 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/examples/servicebased.host/src/main/java/org/apache/felix/example/servicebased/host/Activator.java b/examples/servicebased.host/src/main/java/org/apache/felix/example/servicebased/host/Activator.java
index 3e8f3e1..9dd5ebd 100644
--- a/examples/servicebased.host/src/main/java/org/apache/felix/example/servicebased/host/Activator.java
+++ b/examples/servicebased.host/src/main/java/org/apache/felix/example/servicebased/host/Activator.java
@@ -125,8 +125,8 @@
      * Enables the bundle to run as a stand-alone application. When this
      * static <tt>main()</tt> method is invoked, the application creates
      * its own embedded Felix framework instance and interacts with the
-     * internal services to providing drawing functionality. To successfully
-     * launch as a stand-alone application, the method should be invoked from
+     * internal services to provide drawing functionality. To successfully
+     * launch as a stand-alone application, this method should be invoked from
      * the bundle's installation directory using "<tt>java -jar</tt>".
      * @param argv The command-line arguments.
      * @throws Exception If anything goes wrong.