Improved a comment.


git-svn-id: https://svn.apache.org/repos/asf/incubator/felix/trunk@415341 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/tools/maven2/maven-osgi-plugin/src/main/java/org/apache/felix/tools/maven/plugin/OsgiJarMojo.java b/tools/maven2/maven-osgi-plugin/src/main/java/org/apache/felix/tools/maven/plugin/OsgiJarMojo.java
index 4f733b1..ac2a7c3 100644
--- a/tools/maven2/maven-osgi-plugin/src/main/java/org/apache/felix/tools/maven/plugin/OsgiJarMojo.java
+++ b/tools/maven2/maven-osgi-plugin/src/main/java/org/apache/felix/tools/maven/plugin/OsgiJarMojo.java
@@ -353,8 +353,8 @@
 		for (Iterator m = test.iterator(); m.hasNext();) {
 			Object o = m.next();
 			// For backwards compatibility with existing builds, only
-            // issue a warning for missing imports. Other the other hand,
-            // if packages are being ignored, then this is a new build
+            // Issue a warning for missing imports. On the other hand,
+            // if packages are being ignored, then this is a new project
             // so be more strict and throw an error.
             if (osgiManifest.getIgnorePackage() == null) {
                 getLog().warn("[OSGi] MISSING IMPORT: " + o);
@@ -736,4 +736,4 @@
         }
         getLog().debug("Referenced package list: \n" + buf.toString());
     }
-}
\ No newline at end of file
+}