Small typo in update thread name

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@817812 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webconsole/src/main/java/org/apache/felix/webconsole/internal/core/InstallAction.java b/webconsole/src/main/java/org/apache/felix/webconsole/internal/core/InstallAction.java
index f3e0c66..a5cc8ce 100644
--- a/webconsole/src/main/java/org/apache/felix/webconsole/internal/core/InstallAction.java
+++ b/webconsole/src/main/java/org/apache/felix/webconsole/internal/core/InstallAction.java
@@ -304,7 +304,7 @@
 
     private void updateBackground( final Bundle bundle, final File bundleFile, final boolean refreshPackages )
     {
-        Thread t = new InstallHelper( this, "Background Update" + bundle.getSymbolicName() + " ("
+        Thread t = new InstallHelper( this, "Background Update " + bundle.getSymbolicName() + " ("
             + bundle.getBundleId() + ")", bundleFile, refreshPackages )
         {