Typos

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1504112 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/scrplugin/generator/src/main/java/org/apache/felix/scrplugin/helper/ClassScanner.java b/scrplugin/generator/src/main/java/org/apache/felix/scrplugin/helper/ClassScanner.java
index 2e12ec1..d716055 100644
--- a/scrplugin/generator/src/main/java/org/apache/felix/scrplugin/helper/ClassScanner.java
+++ b/scrplugin/generator/src/main/java/org/apache/felix/scrplugin/helper/ClassScanner.java
@@ -169,8 +169,8 @@
                 if ( desc.getDescription(PropertyDescription.class) != null
                      || desc.getDescription(ReferenceDescription.class) != null
                      || desc.getDescription(ServiceDescription.class) != null ) {
-                    iLog.addWarning("Class '" + src.getClassName() + "' contains SCR annotations, but not a" +
-                         "@Component (or equivalent) annotation. Therefore no component descriptor is created for this" +
+                    iLog.addWarning("Class '" + src.getClassName() + "' contains SCR annotations, but not a " +
+                         "@Component (or equivalent) annotation. Therefore no component descriptor is created for this " +
                          "class. Please add a @Component annotation and consider making it abstract.",
                          src.getFile().toString());
                 }