[webconsole] fix minor typpo in javadoc

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@813065 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webconsole/src/main/java/org/apache/felix/webconsole/DefaultBrandingPlugin.java b/webconsole/src/main/java/org/apache/felix/webconsole/DefaultBrandingPlugin.java
index a4103dd..706ed26 100644
--- a/webconsole/src/main/java/org/apache/felix/webconsole/DefaultBrandingPlugin.java
+++ b/webconsole/src/main/java/org/apache/felix/webconsole/DefaultBrandingPlugin.java
@@ -86,7 +86,7 @@
 
     /**
      * The name of the bundle entry providing branding properties for this
-     * defualt branding plugin (value is "/META-INF/webconsole.properties").
+     * default branding plugin (value is "/META-INF/webconsole.properties").
      */
     private static final String BRANDING_PROPERTIES = "/META-INF/webconsole.properties";